#724940

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

Shades of Bole #724940

Tints of Bole #724940

Color information

#724940 (or 0x724940) is unknown color: approx Bole. HEX triplet: 72, 49 and 40. RGB value is (114,73,64). Sum of RGB (Red+Green+Blue) = 114+73+64=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724940 is #8DB6BF. Grayscale: #545454. Windows color (decimal): -9287360 or 4213106. OLE color: 4213106.

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

Color convert

RGB1147364-
CMYK00.360.440.55
HSL10.8º28.09%34.9%-
HSV(B)10.8º43.86%44.71%-
XYZ10.258.715.99-
YUV84.23116.58149.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=45.42%
G=29.08%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114736400.360.440.5510.828.0934.9
Hex7249400242C37b1c23
Octal1621111000445467133443
Binary1110010100100110000000100100101100110111101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724940; }

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

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

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

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

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

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

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

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