#724A43

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

Shades of Bole #724A43

Tints of Bole #724A43

Color information

#724A43 (or 0x724A43) is unknown color: approx Bole. HEX triplet: 72, 4A and 43. RGB value is (114,74,67). Sum of RGB (Red+Green+Blue) = 114+74+67=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #724A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A43 is #8DB5BC. Grayscale: #555555. Windows color (decimal): -9287101 or 4409970. OLE color: 4409970.

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

Color convert

RGB1147467-
CMYK00.350.410.55
HSL8.94º25.97%35.49%-
HSV(B)8.94º41.23%44.71%-
XYZ10.48.886.48-
YUV85.16117.75148.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 67 (26.56% from 255) = 26.27%
R=44.71%
G=29.02%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114746700.350.410.558.9425.9735.49
Hex724A43023293791a23
Octal1621121030435167113243
Binary1110010100101010000110100011101001110111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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