#72473E

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

Shades of Bole #72473E

Tints of Bole #72473E

Color information

#72473E (or 0x72473E) is unknown color: approx Bole. HEX triplet: 72, 47 and 3E. RGB value is (114,71,62). Sum of RGB (Red+Green+Blue) = 114+71+62=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72473E is #8DB8C1. Grayscale: #525252. Windows color (decimal): -9287874 or 4081522. OLE color: 4081522.

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

Color convert

RGB1147162-
CMYK00.380.460.55
HSL10.38º29.55%34.51%-
HSV(B)10.38º45.61%44.71%-
XYZ10.068.435.65-
YUV82.83116.25150.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=46.15%
G=28.74%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114716200.380.460.5510.3829.5534.51
Hex72473E0262E37a1e23
Octal162107760465667123643
Binary111001010001111111100100110101110110111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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