Html Css Color HEX #804B31 Cigar

📋 copy color: '#804B31'

red 128 ◦ green 75 ◦ blue 49

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

Shades of Cigar #804B31

Tints of Cigar #804B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 50.79%
G = 29.76%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#804B31 (or 0x804B31) is known color: Cigar. HEX triplet: 80, 4B and 31. RGB value is (128,75,49). Sum of RGB (Red+Green+Blue) = 128+75+49=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #804B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B31 is #7FB4CE. Grayscale: #585858. Windows color (decimal): -8369359 or 3230592. OLE color: 3230592.

HSL color Cylindrical-coordinate representation of color #804B31: hue angle of 19.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #804B31 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 75 49 -
CMYK 0 0.41 0.62 0.50
HSL 19.75º 0.45% 0.35% -
HSV(B) 19.75º 0.62% 0.5% -
XYZ 11.97 9.84 4.17 -
YUV 87.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 128 75 49 0 0.41 0.62 0.50 19.75 0.45 0.35
Hex 80 4B 31 0 29 3E 32 14 2D 23
Octal 200 113 61 0 51 76 62 24 55 43
Binary 10000000 1001011 110001 0 101001 111110 110010 10100 101101 100011

Color Harmonies of #804B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B31

Black with #804B31

Text Example


Text Example

White with #804B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804B31; }

 p { color: rgb(128,75,49); }

 H1.HeaderClassName
 {
   color: #804B31;
 }
 .AnyTagClassName
 {
   color: #804B31;
 }
</style>

background-color css

<style>
 a { background-color: #804B31; }

 a { background-color: rgb(128,75,49); }

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

border-color css

<style>
 span { border-color: #804B31; }

 span { border-color: rgb(128,75,49); }

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