#824D35

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

Shades of Cigar #824D35

Tints of Cigar #824D35

Color information

#824D35 (or 0x824D35) is unknown color: approx Cigar. HEX triplet: 82, 4D and 35. RGB value is (130,77,53). Sum of RGB (Red+Green+Blue) = 130+77+53=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #824D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D35 is #7DB2CA. Grayscale: #5A5A5A. Windows color (decimal): -8237771 or 3493250. OLE color: 3493250.

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

Color convert

RGB1307753-
CMYK00.410.590.49
HSL18.7º42.08%35.88%-
HSV(B)18.7º59.23%50.98%-
XYZ12.510.314.7-
YUV90.11107.06156.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=50%
G=29.62%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130775300.410.590.4918.742.0835.88
Hex824D350293B31132a24
Octal202115650517361235244
Binary100000101001101110101010100111101111000110011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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