#72483D

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

Shades of Bole #72483D

Tints of Bole #72483D

Color information

#72483D (or 0x72483D) is unknown color: approx Bole. HEX triplet: 72, 48 and 3D. RGB value is (114,72,61). Sum of RGB (Red+Green+Blue) = 114+72+61=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72483D is #8DB7C2. Grayscale: #535353. Windows color (decimal): -9287619 or 4016242. OLE color: 4016242.

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

Color convert

RGB1147261-
CMYK00.370.460.55
HSL12.45º30.29%34.31%-
HSV(B)12.45º46.49%44.71%-
XYZ10.18.555.53-
YUV83.3115.41149.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=46.15%
G=29.15%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114726100.370.460.5512.4530.2934.31
Hex72483D0252E37c1e22
Octal162110750455667143642
Binary111001010010001111010100101101110110111110011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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