#72413F

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

Shades of Bole #72413F

Tints of Bole #72413F

Color information

#72413F (or 0x72413F) is unknown color: approx Bole. HEX triplet: 72, 41 and 3F. RGB value is (114,65,63). Sum of RGB (Red+Green+Blue) = 114+65+63=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72413F is #8DBEC0. Grayscale: #4F4F4F. Windows color (decimal): -9289409 or 4145522. OLE color: 4145522.

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

Color convert

RGB1146563-
CMYK00.430.450.55
HSL2.35º28.81%34.71%-
HSV(B)2.35º44.74%44.71%-
XYZ9.737.725.68-
YUV79.42118.73152.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 63 (25% from 255) = 26.03%
R=47.11%
G=26.86%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114656300.430.450.552.3528.8134.71
Hex72413F02B2D3721d23
Octal16210177053556723543
Binary1110010100000111111101010111011011101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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