#724826

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

Shades of Cafe Royale #724826

Tints of Cafe Royale #724826

Color information

#724826 (or 0x724826) is unknown color: approx Cafe Royale. HEX triplet: 72, 48 and 26. RGB value is (114,72,38). Sum of RGB (Red+Green+Blue) = 114+72+38=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #724826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724826 is #8DB7D9. Grayscale: #505050. Windows color (decimal): -9287642 or 2508914. OLE color: 2508914.

HSL color Cylindrical-coordinate representation of color #724826: hue angle of 26.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724826 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1147238-
CMYK00.370.670.55
HSL26.84º50%29.8%-
HSV(B)26.84º66.67%44.71%-
XYZ9.618.352.94-
YUV80.68103.91151.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=50.89%
G=32.14%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114723800.370.670.5526.845029.8
Hex72482602543371b321e
Octal1621104604510367336236
Binary11100101001000100110010010110000111101111101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724826; }

 p { color: rgb(114,72,38); }

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

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

 a { background-color: rgb(114,72,38); }

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

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

 span { border-color: rgb(114,72,38); }

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