#724443

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

Shades of Bole #724443

Tints of Bole #724443

Color information

#724443 (or 0x724443) is unknown color: approx Bole. HEX triplet: 72, 44 and 43. RGB value is (114,68,67). Sum of RGB (Red+Green+Blue) = 114+68+67=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #724443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724443 is #8DBBBC. Grayscale: #515151. Windows color (decimal): -9288637 or 4408434. OLE color: 4408434.

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

Color convert

RGB1146867-
CMYK00.400.410.55
HSL1.28º25.97%35.49%-
HSV(B)1.28º41.23%44.71%-
XYZ10.028.126.35-
YUV81.64119.74151.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=45.78%
G=27.31%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114686700.400.410.551.2825.9735.49
Hex724443028293711a23
Octal162104103050516713243
Binary1110010100010010000110101000101001110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724443; }

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

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

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

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

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

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

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

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