#754F24

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

Shades of Cafe Royale #754F24

Tints of Cafe Royale #754F24

Color information

#754F24 (or 0x754F24) is unknown color: approx Cafe Royale. HEX triplet: 75, 4F and 24. RGB value is (117,79,36). Sum of RGB (Red+Green+Blue) = 117+79+36=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #754F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F24 is #8AB0DB. Grayscale: #555555. Windows color (decimal): -9089244 or 2379637. OLE color: 2379637.

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

Color convert

RGB1177936-
CMYK00.320.690.54
HSL31.85º52.94%30%-
HSV(B)31.85º69.23%45.88%-
XYZ10.459.52.95-
YUV85.46100.09150.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 36 (14.45% from 255) = 15.52%
R=50.43%
G=34.05%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117793600.320.690.5431.8552.9430
Hex754F24020453620351e
Octal1651174404010566406536
Binary111010110011111001000100000100010111011010000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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