#724A42

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

Shades of Bole #724A42

Tints of Bole #724A42

Color information

#724A42 (or 0x724A42) is unknown color: approx Bole. HEX triplet: 72, 4A and 42. RGB value is (114,74,66). Sum of RGB (Red+Green+Blue) = 114+74+66=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #724A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A42 is #8DB5BD. Grayscale: #555555. Windows color (decimal): -9287102 or 4344434. OLE color: 4344434.

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

Color convert

RGB1147466-
CMYK00.350.420.55
HSL10º26.67%35.29%-
HSV(B)10º42.11%44.71%-
XYZ10.378.876.32-
YUV85.05117.25148.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=44.88%
G=29.13%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114746600.350.420.551026.6735.29
Hex724A420232A37a1b23
Octal1621121020435267123343
Binary1110010100101010000100100011101010110111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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