#835136

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

Shades of Cigar #835136

Tints of Cigar #835136

Color information

#835136 (or 0x835136) is unknown color: approx Cigar. HEX triplet: 83, 51 and 36. RGB value is (131,81,54). Sum of RGB (Red+Green+Blue) = 131+81+54=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #835136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835136 is #7CAEC9. Grayscale: #5D5D5D. Windows color (decimal): -8171210 or 3559811. OLE color: 3559811.

HSL color Cylindrical-coordinate representation of color #835136: hue angle of 21.04º 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 #835136 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1318154-
CMYK00.380.590.49
HSL21.04º41.62%36.27%-
HSV(B)21.04º58.78%51.37%-
XYZ12.9710.984.93-
YUV92.87106.06155.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=49.25%
G=30.45%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131815400.380.590.4921.0441.6236.27
Hex8351360263B31152a24
Octal203121660467361255244
Binary100000111010001110110010011011101111000110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835136; }

 p { color: rgb(131,81,54); }

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

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

 a { background-color: rgb(131,81,54); }

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

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

 span { border-color: rgb(131,81,54); }

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