#72493D

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

Shades of Bole #72493D

Tints of Bole #72493D

Color information

#72493D (or 0x72493D) is unknown color: approx Bole. HEX triplet: 72, 49 and 3D. RGB value is (114,73,61). Sum of RGB (Red+Green+Blue) = 114+73+61=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #72493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72493D is #8DB6C2. Grayscale: #535353. Windows color (decimal): -9287363 or 4016498. OLE color: 4016498.

HSL color Cylindrical-coordinate representation of color #72493D: hue angle of 13.58º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72493D is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1147361-
CMYK00.360.460.55
HSL13.58º30.29%34.31%-
HSV(B)13.58º46.49%44.71%-
XYZ10.168.685.55-
YUV83.89115.08149.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=45.97%
G=29.44%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114736100.360.460.5513.5830.2934.31
Hex72493D0242E37e1e22
Octal162111750445667163642
Binary111001010010011111010100100101110110111111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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