Html Css Color HEX #80523D Cigar

📋 copy color: '#80523D'

red 128 ◦ green 82 ◦ blue 61

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

Shades of Cigar #80523D

Tints of Cigar #80523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 47.23%
G = 30.26%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80523D (or 0x80523D) is known color: Cigar. HEX triplet: 80, 52 and 3D. RGB value is (128,82,61). Sum of RGB (Red+Green+Blue) = 128+82+61=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80523D is #7FADC2. Grayscale: #5D5D5D. Windows color (decimal): -8367555 or 4018816. OLE color: 4018816.

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

Color convert

RGB 128 82 61 -
CMYK 0 0.36 0.52 0.50
HSL 18.81º 0.35% 0.37% -
HSV(B) 18.81º 0.52% 0.5% -
XYZ 12.76 10.96 5.86 -
YUV 93.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 128 82 61 0 0.36 0.52 0.50 18.81 0.35 0.37
Hex 80 52 3D 0 24 34 32 13 23 25
Octal 200 122 75 0 44 64 62 23 43 45
Binary 10000000 1010010 111101 0 100100 110100 110010 10011 100011 100101

Color Harmonies of #80523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80523D

Black with #80523D

Text Example


Text Example

White with #80523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80523D; }

 p { color: rgb(128,82,61); }

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

background-color css

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

 a { background-color: rgb(128,82,61); }

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

border-color css

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

 span { border-color: rgb(128,82,61); }

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