#754E28

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

Shades of Cafe Royale #754E28

Tints of Cafe Royale #754E28

Color information

#754E28 (or 0x754E28) is unknown color: approx Cafe Royale. HEX triplet: 75, 4E and 28. RGB value is (117,78,40). Sum of RGB (Red+Green+Blue) = 117+78+40=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E28 is #8AB1D7. Grayscale: #555555. Windows color (decimal): -9089496 or 2641525. OLE color: 2641525.

HSL color Cylindrical-coordinate representation of color #754E28: hue angle of 29.61º 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 #754E28 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1177840-
CMYK00.330.660.54
HSL29.61º49.04%30.78%-
HSV(B)29.61º65.81%45.88%-
XYZ10.449.383.27-
YUV85.33102.42150.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=49.79%
G=33.19%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117784000.330.660.5429.6149.0430.78
Hex754E2802142361e311f
Octal1651165004110266366137
Binary11101011001110101000010000110000101101101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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