#724B43

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

Shades of Bole #724B43

Tints of Bole #724B43

Color information

#724B43 (or 0x724B43) is unknown color: approx Bole. HEX triplet: 72, 4B and 43. RGB value is (114,75,67). Sum of RGB (Red+Green+Blue) = 114+75+67=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #724B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B43 is #8DB4BC. Grayscale: #555555. Windows color (decimal): -9286845 or 4410226. OLE color: 4410226.

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

Color convert

RGB1147567-
CMYK00.340.410.55
HSL10.21º25.97%35.49%-
HSV(B)10.21º41.23%44.71%-
XYZ10.479.016.5-
YUV85.75117.42148.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=44.53%
G=29.30%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114756700.340.410.5510.2125.9735.49
Hex724B430222937a1a23
Octal1621131030425167123243
Binary1110010100101110000110100010101001110111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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