#724C2C

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

Shades of Cafe Royale #724C2C

Tints of Cafe Royale #724C2C

Color information

#724C2C (or 0x724C2C) is unknown color: approx Cafe Royale. HEX triplet: 72, 4C and 2C. RGB value is (114,76,44). Sum of RGB (Red+Green+Blue) = 114+76+44=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #724C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C2C is #8DB3D3. Grayscale: #535353. Windows color (decimal): -9286612 or 2903154. OLE color: 2903154.

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

Color convert

RGB1147644-
CMYK00.330.610.55
HSL27.43º44.3%30.98%-
HSV(B)27.43º61.4%44.71%-
XYZ9.988.933.58-
YUV83.71105.59149.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=48.72%
G=32.48%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114764400.330.610.5527.4344.330.98
Hex724C2C0213D371b2c1f
Octal162114540417567335437
Binary1110010100110010110001000011111011101111101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,76,44); }

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

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

 a { background-color: rgb(114,76,44); }

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

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

 span { border-color: rgb(114,76,44); }

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