Html Css Color HEX #805235 Cigar

📋 copy color: '#805235'

red 128 ◦ green 82 ◦ blue 53

#805235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cigar #805235

Tints of Cigar #805235

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 value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805235 (or 0x805235) is known color: 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

RGB 128 82 53 -
CMYK 0 0.36 0.59 0.50
HSL 23.2º 0.41% 0.35% -
HSV(B) 23.2º 0.59% 0.5% -
XYZ 12.56 10.88 4.81 -
YUV 92.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 128 82 53 0 0.36 0.59 0.50 23.2 0.41 0.35
Hex 80 52 35 0 24 3B 32 17 29 23
Octal 200 122 65 0 44 73 62 27 51 43
Binary 10000000 1010010 110101 0 100100 111011 110010 10111 101001 100011

Color Harmonies of #805235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805235

Black with #805235

Text Example


Text Example

White with #805235

Text Example


Text Example

HTML Codes & Css Web 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>