Html Css Color HEX #80513C Cigar

📋 copy color: '#80513C'

red 128 ◦ green 81 ◦ blue 60

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

Shades of Cigar #80513C

Tints of Cigar #80513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 60 (23.83% from 255) = 22.3%

R = 47.58%
G = 30.11%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80513C (or 0x80513C) is known color: Cigar. HEX triplet: 80, 51 and 3C. RGB value is (128,81,60). Sum of RGB (Red+Green+Blue) = 128+81+60=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80513C is #7FAEC3. Grayscale: #5C5C5C. Windows color (decimal): -8367812 or 3953024. OLE color: 3953024.

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

Color convert

RGB 128 81 60 -
CMYK 0 0.37 0.53 0.50
HSL 18.53º 0.36% 0.37% -
HSV(B) 18.53º 0.53% 0.5% -
XYZ 12.66 10.8 5.69 -
YUV 92.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 128 81 60 0 0.37 0.53 0.50 18.53 0.36 0.37
Hex 80 51 3C 0 25 35 32 13 24 25
Octal 200 121 74 0 45 65 62 23 44 45
Binary 10000000 1010001 111100 0 100101 110101 110010 10011 100100 100101

Color Harmonies of #80513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80513C

Black with #80513C

Text Example


Text Example

White with #80513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80513C; }

 p { color: rgb(128,81,60); }

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

background-color css

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

 a { background-color: rgb(128,81,60); }

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

border-color css

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

 span { border-color: rgb(128,81,60); }

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