#72423F

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

Shades of Bole #72423F

Tints of Bole #72423F

Color information

#72423F (or 0x72423F) is unknown color: approx Bole. HEX triplet: 72, 42 and 3F. RGB value is (114,66,63). Sum of RGB (Red+Green+Blue) = 114+66+63=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72423F is #8DBDC0. Grayscale: #505050. Windows color (decimal): -9289153 or 4145778. OLE color: 4145778.

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

Color convert

RGB1146663-
CMYK00.420.450.55
HSL3.53º28.81%34.71%-
HSV(B)3.53º44.74%44.71%-
XYZ9.787.835.7-
YUV80.01118.4152.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 63 (25% from 255) = 25.93%
R=46.91%
G=27.16%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114666300.420.450.553.5328.8134.71
Hex72423F02A2D3741d23
Octal16210277052556743543
Binary11100101000010111111010101010110111011110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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