#72483F

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

Shades of Bole #72483F

Tints of Bole #72483F

Color information

#72483F (or 0x72483F) is unknown color: approx Bole. HEX triplet: 72, 48 and 3F. RGB value is (114,72,63). Sum of RGB (Red+Green+Blue) = 114+72+63=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #72483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72483F is #8DB7C0. Grayscale: #535353. Windows color (decimal): -9287617 or 4147314. OLE color: 4147314.

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

Color convert

RGB1147263-
CMYK00.370.450.55
HSL10.59º28.81%34.71%-
HSV(B)10.59º44.74%44.71%-
XYZ10.158.575.82-
YUV83.53116.41149.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 63 (25% from 255) = 25.30%
R=45.78%
G=28.92%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114726300.370.450.5510.5928.8134.71
Hex72483F0252D37b1d23
Octal162110770455567133543
Binary111001010010001111110100101101101110111101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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