#72493F

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

Shades of Bole #72493F

Tints of Bole #72493F

Color information

#72493F (or 0x72493F) is unknown color: approx Bole. HEX triplet: 72, 49 and 3F. RGB value is (114,73,63). Sum of RGB (Red+Green+Blue) = 114+73+63=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #72493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72493F is #8DB6C0. Grayscale: #545454. Windows color (decimal): -9287361 or 4147570. OLE color: 4147570.

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

Color convert

RGB1147363-
CMYK00.360.450.55
HSL11.76º28.81%34.71%-
HSV(B)11.76º44.74%44.71%-
XYZ10.228.75.84-
YUV84.12116.08149.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 63 (25% from 255) = 25.2%
R=45.6%
G=29.2%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114736300.360.450.5511.7628.8134.71
Hex72493F0242D37c1d23
Octal162111770445567143543
Binary111001010010011111110100100101101110111110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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