Html Css Color HEX #80543B Cigar

📋 copy color: '#80543B'

red 128 ◦ green 84 ◦ blue 59

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

Shades of Cigar #80543B

Tints of Cigar #80543B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 47.23%
G = 31%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80543B (or 0x80543B) is known color: Cigar. HEX triplet: 80, 54 and 3B. RGB value is (128,84,59). Sum of RGB (Red+Green+Blue) = 128+84+59=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80543B is #7FABC4. Grayscale: #5E5E5E. Windows color (decimal): -8367045 or 3888256. OLE color: 3888256.

HSL color Cylindrical-coordinate representation of color #80543B: hue angle of 21.74º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80543B is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 84 59 -
CMYK 0 0.34 0.54 0.50
HSL 21.74º 0.37% 0.37% -
HSV(B) 21.74º 0.54% 0.5% -
XYZ 12.86 11.25 5.63 -
YUV 94.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 128 84 59 0 0.34 0.54 0.50 21.74 0.37 0.37
Hex 80 54 3B 0 22 36 32 16 25 25
Octal 200 124 73 0 42 66 62 26 45 45
Binary 10000000 1010100 111011 0 100010 110110 110010 10110 100101 100101

Color Harmonies of #80543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80543B

Black with #80543B

Text Example


Text Example

White with #80543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80543B; }

 p { color: rgb(128,84,59); }

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

background-color css

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

 a { background-color: rgb(128,84,59); }

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

border-color css

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

 span { border-color: rgb(128,84,59); }

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