Html Css Color HEX #805039 Cigar

📋 copy color: '#805039'

red 128 ◦ green 80 ◦ blue 57

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

Shades of Cigar #805039

Tints of Cigar #805039

RGB

 RED value IS 128 (50.39% from 255) = 48.3%

 GREEN value IS 80 (31.64% from 255) = 30.19%

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 48.3%
G = 30.19%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#805039 (or 0x805039) is known color: Cigar. HEX triplet: 80, 50 and 39. RGB value is (128,80,57). Sum of RGB (Red+Green+Blue) = 128+80+57=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #805039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805039 is #7FAFC6. Grayscale: #5B5B5B. Windows color (decimal): -8368071 or 3756160. OLE color: 3756160.

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

Color convert

RGB 128 80 57 -
CMYK 0 0.38 0.55 0.50
HSL 19.44º 0.38% 0.36% -
HSV(B) 19.44º 0.55% 0.5% -
XYZ 12.51 10.62 5.26 -
YUV 91.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 128 80 57 0 0.38 0.55 0.50 19.44 0.38 0.36
Hex 80 50 39 0 26 37 32 13 26 24
Octal 200 120 71 0 46 67 62 23 46 44
Binary 10000000 1010000 111001 0 100110 110111 110010 10011 100110 100100

Color Harmonies of #805039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805039

Black with #805039

Text Example


Text Example

White with #805039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805039; }

 p { color: rgb(128,80,57); }

 H1.HeaderClassName
 {
   color: #805039;
 }
 .AnyTagClassName
 {
   color: #805039;
 }
</style>

background-color css

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

 a { background-color: rgb(128,80,57); }

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

border-color css

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

 span { border-color: rgb(128,80,57); }

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