#72423E

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

Shades of Bole #72423E

Tints of Bole #72423E

Color information

#72423E (or 0x72423E) is unknown color: approx Bole. HEX triplet: 72, 42 and 3E. RGB value is (114,66,62). Sum of RGB (Red+Green+Blue) = 114+66+62=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72423E is #8DBDC1. Grayscale: #4F4F4F. Windows color (decimal): -9289154 or 4080242. OLE color: 4080242.

HSL color Cylindrical-coordinate representation of color #72423E: hue angle of 4.62º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72423E is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1146662-
CMYK00.420.460.55
HSL4.62º29.55%34.51%-
HSV(B)4.62º45.61%44.71%-
XYZ9.767.825.55-
YUV79.9117.9152.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=47.11%
G=27.27%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114666200.420.460.554.6229.5534.51
Hex72423E02A2E3751e23
Octal16210276052566753643
Binary11100101000010111110010101010111011011110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72423E; }

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

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

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

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

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

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

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

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