#754F28

Color #754F28 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #754F28

Tints of Cafe Royale #754F28

Color information

#754F28 (or 0x754F28) is unknown color: approx Cafe Royale. HEX triplet: 75, 4F and 28. RGB value is (117,79,40). Sum of RGB (Red+Green+Blue) = 117+79+40=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F28 is #8AB0D7. Grayscale: #565656. Windows color (decimal): -9089240 or 2641781. OLE color: 2641781.

HSL color Cylindrical-coordinate representation of color #754F28: hue angle of 30.39º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754F28 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1177940-
CMYK00.320.660.54
HSL30.39º49.04%30.78%-
HSV(B)30.39º65.81%45.88%-
XYZ10.529.533.29-
YUV85.92102.09150.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=49.58%
G=33.47%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117794000.320.660.5430.3949.0430.78
Hex754F2802042361e311f
Octal1651175004010266366137
Binary11101011001111101000010000010000101101101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F28; }

 p { color: rgb(117,79,40); }

 H1.HeaderClassName
 {
   color: #754F28;
 }
 .AnyTagClassName
 {
   color: #754F28;
 }
</style>
background-color css

<style>
 a { background-color: #754F28; }

 a { background-color: rgb(117,79,40); }

 div.DivClassName
 {
   background-color: #754F28;
 }
 .BgClassName
 {
   background-color: #754F28;
 }
</style>
border-color css

<style>
 span { border-color: #754F28; }

 span { border-color: rgb(117,79,40); }

 td.TdClassName
 {
   border-color: #754F28;
 }
 .TagClassName
 {
   border-color: #754F28;
 }
</style>