#72413E

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

Shades of Bole #72413E

Tints of Bole #72413E

Color information

#72413E (or 0x72413E) is unknown color: approx Bole. HEX triplet: 72, 41 and 3E. RGB value is (114,65,62). Sum of RGB (Red+Green+Blue) = 114+65+62=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72413E is #8DBEC1. Grayscale: #4F4F4F. Windows color (decimal): -9289410 or 4079986. OLE color: 4079986.

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

Color convert

RGB1146562-
CMYK00.430.460.55
HSL3.46º29.55%34.51%-
HSV(B)3.46º45.61%44.71%-
XYZ9.77.715.53-
YUV79.31118.23152.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=47.30%
G=26.97%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114656200.430.460.553.4629.5534.51
Hex72413E02B2E3731e23
Octal16210176053566733643
Binary1110010100000111111001010111011101101111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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