Html Css Color HEX #80503C Cigar

📋 copy color: '#80503C'

red 128 ◦ green 80 ◦ blue 60

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

Shades of Cigar #80503C

Tints of Cigar #80503C

RGB

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

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

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

R = 47.76%
G = 29.85%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80503C (or 0x80503C) is known color: Cigar. HEX triplet: 80, 50 and 3C. RGB value is (128,80,60). Sum of RGB (Red+Green+Blue) = 128+80+60=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #80503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80503C is #7FAFC3. Grayscale: #5C5C5C. Windows color (decimal): -8368068 or 3952768. OLE color: 3952768.

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

Color convert

RGB 128 80 60 -
CMYK 0 0.38 0.53 0.50
HSL 17.65º 0.36% 0.37% -
HSV(B) 17.65º 0.53% 0.5% -
XYZ 12.59 10.65 5.67 -
YUV 92.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 128 80 60 0 0.38 0.53 0.50 17.65 0.36 0.37
Hex 80 50 3C 0 26 35 32 12 24 25
Octal 200 120 74 0 46 65 62 22 44 45
Binary 10000000 1010000 111100 0 100110 110101 110010 10010 100100 100101

Color Harmonies of #80503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80503C

Black with #80503C

Text Example


Text Example

White with #80503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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