#824F36

Color #824F36 Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #824F36

Tints of Cigar #824F36

Color information

#824F36 (or 0x824F36) is unknown color: approx Cigar. HEX triplet: 82, 4F and 36. RGB value is (130,79,54). Sum of RGB (Red+Green+Blue) = 130+79+54=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #824F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F36 is #7DB0C9. Grayscale: #5B5B5B. Windows color (decimal): -8237258 or 3559298. OLE color: 3559298.

HSL color Cylindrical-coordinate representation of color #824F36: hue angle of 19.74º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824F36 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1307954-
CMYK00.390.580.49
HSL19.74º41.3%36.08%-
HSV(B)19.74º58.46%50.98%-
XYZ12.6710.64.87-
YUV91.4106.9155.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=49.43%
G=30.04%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130795400.390.580.4919.7441.336.08
Hex824F360273A31142924
Octal202117660477261245144
Binary100000101001111110110010011111101011000110100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824F36; }

 p { color: rgb(130,79,54); }

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

<style>
 a { background-color: #824F36; }

 a { background-color: rgb(130,79,54); }

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

<style>
 span { border-color: #824F36; }

 span { border-color: rgb(130,79,54); }

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