#724242

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

Shades of Bole #724242

Tints of Bole #724242

Color information

#724242 (or 0x724242) is unknown color: approx Bole. HEX triplet: 72, 42 and 42. RGB value is (114,66,66). Sum of RGB (Red+Green+Blue) = 114+66+66=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724242 is #8DBDBD. Grayscale: #505050. Windows color (decimal): -9289150 or 4342386. OLE color: 4342386.

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

Color convert

RGB1146666-
CMYK00.420.420.55
HSL26.67%35.29%-
HSV(B)42.11%44.71%-
XYZ9.877.876.15-
YUV80.35119.9152-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=46.34%
G=26.83%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114666600.420.420.55026.6735.29
Hex72424202A2A3701b23
Octal162102102052526703343
Binary1110010100001010000100101010101010110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724242; }

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

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

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

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

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

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

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

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