#724F27

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

Shades of Cafe Royale #724F27

Tints of Cafe Royale #724F27

Color information

#724F27 (or 0x724F27) is unknown color: approx Cafe Royale. HEX triplet: 72, 4F and 27. RGB value is (114,79,39). Sum of RGB (Red+Green+Blue) = 114+79+39=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F27 is #8DB0D8. Grayscale: #555555. Windows color (decimal): -9285849 or 2576242. OLE color: 2576242.

HSL color Cylindrical-coordinate representation of color #724F27: hue angle of 32º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724F27 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1147939-
CMYK00.310.660.55
HSL32º49.02%30%-
HSV(B)32º65.79%44.71%-
XYZ10.19.323.19-
YUV84.9102.1148.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=49.14%
G=34.05%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114793900.310.660.553249.0230
Hex724F2701F423720311e
Octal1621174703710267406136
Binary11100101001111100111011111100001011011110000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F27; }

 p { color: rgb(114,79,39); }

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

<style>
 a { background-color: #724F27; }

 a { background-color: rgb(114,79,39); }

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

<style>
 span { border-color: #724F27; }

 span { border-color: rgb(114,79,39); }

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