#724B2A

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

Shades of Cafe Royale #724B2A

Tints of Cafe Royale #724B2A

Color information

#724B2A (or 0x724B2A) is unknown color: approx Cafe Royale. HEX triplet: 72, 4B and 2A. RGB value is (114,75,42). Sum of RGB (Red+Green+Blue) = 114+75+42=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #724B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B2A is #8DB4D5. Grayscale: #535353. Windows color (decimal): -9286870 or 2771826. OLE color: 2771826.

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

Color convert

RGB1147542-
CMYK00.340.630.55
HSL27.5º46.15%30.59%-
HSV(B)27.5º63.16%44.71%-
XYZ9.878.783.36-
YUV82.9104.92150.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=49.35%
G=32.47%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114754200.340.630.5527.546.1530.59
Hex724B2A0223F371c2e1f
Octal162113520427767345637
Binary1110010100101110101001000101111111101111110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,75,42); }

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

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

 a { background-color: rgb(114,75,42); }

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

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

 span { border-color: rgb(114,75,42); }

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