#724C25

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

Shades of Cafe Royale #724C25

Tints of Cafe Royale #724C25

Color information

#724C25 (or 0x724C25) is unknown color: approx Cafe Royale. HEX triplet: 72, 4C and 25. RGB value is (114,76,37). Sum of RGB (Red+Green+Blue) = 114+76+37=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #724C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C25 is #8DB3DA. Grayscale: #535353. Windows color (decimal): -9286619 or 2444402. OLE color: 2444402.

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

Color convert

RGB1147637-
CMYK00.330.680.55
HSL30.39º50.99%29.61%-
HSV(B)30.39º67.54%44.71%-
XYZ9.868.882.94-
YUV82.92102.09150.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=50.22%
G=33.48%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114763700.330.680.5530.3950.9929.61
Hex724C2502144371e331e
Octal1621144504110467366336
Binary11100101001100100101010000110001001101111111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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