#724D29

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

Shades of Cafe Royale #724D29

Tints of Cafe Royale #724D29

Color information

#724D29 (or 0x724D29) is unknown color: approx Cafe Royale. HEX triplet: 72, 4D and 29. RGB value is (114,77,41). Sum of RGB (Red+Green+Blue) = 114+77+41=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D29 is #8DB2D6. Grayscale: #545454. Windows color (decimal): -9286359 or 2706802. OLE color: 2706802.

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

Color convert

RGB1147741-
CMYK00.320.640.55
HSL29.59º47.1%30.39%-
HSV(B)29.59º64.04%44.71%-
XYZ9.999.053.32-
YUV83.96103.76149.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=49.14%
G=33.19%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114774100.320.640.5529.5947.130.39
Hex724D2902040371e2f1e
Octal1621155104010067365736
Binary11100101001101101001010000010000001101111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,41); }

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

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

 a { background-color: rgb(114,77,41); }

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

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

 span { border-color: rgb(114,77,41); }

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