#724F29

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

Shades of Cafe Royale #724F29

Tints of Cafe Royale #724F29

Color information

#724F29 (or 0x724F29) is unknown color: approx Cafe Royale. HEX triplet: 72, 4F and 29. RGB value is (114,79,41). Sum of RGB (Red+Green+Blue) = 114+79+41=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #724F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F29 is #8DB0D6. Grayscale: #555555. Windows color (decimal): -9285847 or 2707314. OLE color: 2707314.

HSL color Cylindrical-coordinate representation of color #724F29: hue angle of 31.23º 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 #724F29 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1147941-
CMYK00.310.640.55
HSL31.23º47.1%30.39%-
HSV(B)31.23º64.04%44.71%-
XYZ10.149.333.36-
YUV85.13103.1148.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=48.72%
G=33.76%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114794100.310.640.5531.2347.130.39
Hex724F2901F40371f2f1e
Octal1621175103710067375736
Binary1110010100111110100101111110000001101111111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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