#724B27

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

Shades of Cafe Royale #724B27

Tints of Cafe Royale #724B27

Color information

#724B27 (or 0x724B27) is unknown color: approx Cafe Royale. HEX triplet: 72, 4B and 27. RGB value is (114,75,39). Sum of RGB (Red+Green+Blue) = 114+75+39=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #724B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B27 is #8DB4D8. Grayscale: #525252. Windows color (decimal): -9286873 or 2575218. OLE color: 2575218.

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

Color convert

RGB1147539-
CMYK00.340.660.55
HSL28.8º49.02%30%-
HSV(B)28.8º65.79%44.71%-
XYZ9.828.763.09-
YUV82.56103.42150.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=50%
G=32.89%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114753900.340.660.5528.849.0230
Hex724B2702242371d311e
Octal1621134704210267356136
Binary11100101001011100111010001010000101101111110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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