#82473F

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

Shades of Bole #82473F

Tints of Bole #82473F

Color information

#82473F (or 0x82473F) is unknown color: approx Bole. HEX triplet: 82, 47 and 3F. RGB value is (130,71,63). Sum of RGB (Red+Green+Blue) = 130+71+63=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82473F is #7DB8C0. Grayscale: #575757. Windows color (decimal): -8239297 or 4147074. OLE color: 4147074.

HSL color Cylindrical-coordinate representation of color #82473F: hue angle of 7.16º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82473F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1307163-
CMYK00.450.520.49
HSL7.16º34.72%37.84%-
HSV(B)7.16º51.54%50.98%-
XYZ12.369.615.91-
YUV87.73114.05158.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 63 (25% from 255) = 23.86%
R=49.24%
G=26.89%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130716300.450.520.497.1634.7237.84
Hex82473F02D343172326
Octal20210777055646174346
Binary1000001010001111111110101101110100110001111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,71,63); }

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

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

 a { background-color: rgb(130,71,63); }

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

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

 span { border-color: rgb(130,71,63); }

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