#724F2B

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

Shades of Cafe Royale #724F2B

Tints of Cafe Royale #724F2B

Color information

#724F2B (or 0x724F2B) is unknown color: approx Cafe Royale. HEX triplet: 72, 4F and 2B. RGB value is (114,79,43). Sum of RGB (Red+Green+Blue) = 114+79+43=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #724F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F2B is #8DB0D4. Grayscale: #555555. Windows color (decimal): -9285845 or 2838386. OLE color: 2838386.

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

Color convert

RGB1147943-
CMYK00.310.620.55
HSL30.42º45.22%30.78%-
HSV(B)30.42º62.28%44.71%-
XYZ10.179.343.55-
YUV85.36104.1148.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=48.31%
G=33.47%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114794300.310.620.5530.4245.2230.78
Hex724F2B01F3E371e2d1f
Octal162117530377667365537
Binary111001010011111010110111111111101101111111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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