#724942

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

Shades of Bole #724942

Tints of Bole #724942

Color information

#724942 (or 0x724942) is unknown color: approx Bole. HEX triplet: 72, 49 and 42. RGB value is (114,73,66). Sum of RGB (Red+Green+Blue) = 114+73+66=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #724942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724942 is #8DB6BD. Grayscale: #545454. Windows color (decimal): -9287358 or 4344178. OLE color: 4344178.

HSL color Cylindrical-coordinate representation of color #724942: hue angle of 8.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724942 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1147366-
CMYK00.360.420.55
HSL8.75º26.67%35.29%-
HSV(B)8.75º42.11%44.71%-
XYZ10.318.746.3-
YUV84.46117.58149.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=45.06%
G=28.85%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114736600.360.420.558.7526.6735.29
Hex7249420242A3791b23
Octal1621111020445267113343
Binary1110010100100110000100100100101010110111100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724942; }

 p { color: rgb(114,73,66); }

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

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

 a { background-color: rgb(114,73,66); }

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

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

 span { border-color: rgb(114,73,66); }

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