#835035

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

Shades of Cigar #835035

Tints of Cigar #835035

Color information

#835035 (or 0x835035) is unknown color: approx Cigar. HEX triplet: 83, 50 and 35. RGB value is (131,80,53). Sum of RGB (Red+Green+Blue) = 131+80+53=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #835035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835035 is #7CAFCA. Grayscale: #5C5C5C. Windows color (decimal): -8171467 or 3494019. OLE color: 3494019.

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

Color convert

RGB1318053-
CMYK00.390.600.49
HSL20.77º42.39%36.08%-
HSV(B)20.77º59.54%51.37%-
XYZ12.8710.824.78-
YUV92.17105.9155.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=49.62%
G=30.30%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131805300.390.600.4920.7742.3936.08
Hex8350350273C31152a24
Octal203120650477461255244
Binary100000111010000110101010011111110011000110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835035; }

 p { color: rgb(131,80,53); }

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

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

 a { background-color: rgb(131,80,53); }

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

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

 span { border-color: rgb(131,80,53); }

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