#824D33

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

Shades of Cigar #824D33

Tints of Cigar #824D33

Color information

#824D33 (or 0x824D33) is unknown color: approx Cigar. HEX triplet: 82, 4D and 33. RGB value is (130,77,51). Sum of RGB (Red+Green+Blue) = 130+77+51=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #824D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D33 is #7DB2CC. Grayscale: #5A5A5A. Windows color (decimal): -8237773 or 3362178. OLE color: 3362178.

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

Color convert

RGB1307751-
CMYK00.410.610.49
HSL19.75º43.65%35.49%-
HSV(B)19.75º60.77%50.98%-
XYZ12.4610.294.46-
YUV89.88106.06156.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=50.39%
G=29.84%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130775100.410.610.4919.7543.6535.49
Hex824D330293D31142c23
Octal202115630517561245443
Binary100000101001101110011010100111110111000110100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,77,51); }

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

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

 a { background-color: rgb(130,77,51); }

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

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

 span { border-color: rgb(130,77,51); }

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