#805235

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

Shades of Cigar #805235

Tints of Cigar #805235

Color information

#805235 (or 0x805235) is unknown color: approx Cigar. HEX triplet: 80, 52 and 35. RGB value is (128,82,53). Sum of RGB (Red+Green+Blue) = 128+82+53=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #805235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805235 is #7FADCA. Grayscale: #5C5C5C. Windows color (decimal): -8367563 or 3494528. OLE color: 3494528.

HSL color Cylindrical-coordinate representation of color #805235: hue angle of 23.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805235 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1288253-
CMYK00.360.590.50
HSL23.2º41.44%35.49%-
HSV(B)23.2º58.59%50.2%-
XYZ12.5610.884.81-
YUV92.45105.74153.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=48.67%
G=31.18%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128825300.360.590.5023.241.4435.49
Hex8052350243B32172923
Octal200122650447362275143
Binary100000001010010110101010010011101111001010111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805235; }

 p { color: rgb(128,82,53); }

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

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

 a { background-color: rgb(128,82,53); }

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

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

 span { border-color: rgb(128,82,53); }

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