Html Css Color HEX #80533C Cigar

📋 copy color: '#80533C'

red 128 ◦ green 83 ◦ blue 60

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

Shades of Cigar #80533C

Tints of Cigar #80533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

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

R = 47.23%
G = 30.63%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80533C (or 0x80533C) is known color: Cigar. HEX triplet: 80, 53 and 3C. RGB value is (128,83,60). Sum of RGB (Red+Green+Blue) = 128+83+60=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80533C is #7FACC3. Grayscale: #5D5D5D. Windows color (decimal): -8367300 or 3953536. OLE color: 3953536.

HSL color Cylindrical-coordinate representation of color #80533C: hue angle of 20.29º 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 #80533C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 60 -
CMYK 0 0.35 0.53 0.50
HSL 20.29º 0.36% 0.37% -
HSV(B) 20.29º 0.53% 0.5% -
XYZ 12.81 11.1 5.74 -
YUV 93.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 128 83 60 0 0.35 0.53 0.50 20.29 0.36 0.37
Hex 80 53 3C 0 23 35 32 14 24 25
Octal 200 123 74 0 43 65 62 24 44 45
Binary 10000000 1010011 111100 0 100011 110101 110010 10100 100100 100101

Color Harmonies of #80533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80533C

Black with #80533C

Text Example


Text Example

White with #80533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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