#724A25

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

Shades of Cafe Royale #724A25

Tints of Cafe Royale #724A25

Color information

#724A25 (or 0x724A25) is unknown color: approx Cafe Royale. HEX triplet: 72, 4A and 25. RGB value is (114,74,37). Sum of RGB (Red+Green+Blue) = 114+74+37=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #724A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A25 is #8DB5DA. Grayscale: #515151. Windows color (decimal): -9287131 or 2443890. OLE color: 2443890.

HSL color Cylindrical-coordinate representation of color #724A25: hue angle of 28.83º 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 #724A25 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1147437-
CMYK00.350.680.55
HSL28.83º50.99%29.61%-
HSV(B)28.83º67.54%44.71%-
XYZ9.728.612.9-
YUV81.74102.75151.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=50.67%
G=32.89%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114743700.350.680.5528.8350.9929.61
Hex724A2502344371d331e
Octal1621124504310467356336
Binary11100101001010100101010001110001001101111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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