Html Css Color HEX #804C37 Cigar

📋 copy color: '#804C37'

red 128 ◦ green 76 ◦ blue 55

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

Shades of Cigar #804C37

Tints of Cigar #804C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.34%

 BLUE value IS 55 (21.88% from 255) = 21.24%

R = 49.42%
G = 29.34%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#804C37 (or 0x804C37) is known color: Cigar. HEX triplet: 80, 4C and 37. RGB value is (128,76,55). Sum of RGB (Red+Green+Blue) = 128+76+55=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #804C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C37 is #7FB3C8. Grayscale: #595959. Windows color (decimal): -8369097 or 3624064. OLE color: 3624064.

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

Color convert

RGB 128 76 55 -
CMYK 0 0.41 0.57 0.50
HSL 17.26º 0.4% 0.36% -
HSV(B) 17.26º 0.57% 0.5% -
XYZ 12.18 10.03 4.91 -
YUV 89.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 128 76 55 0 0.41 0.57 0.50 17.26 0.4 0.36
Hex 80 4C 37 0 29 39 32 11 28 24
Octal 200 114 67 0 51 71 62 21 50 44
Binary 10000000 1001100 110111 0 101001 111001 110010 10001 101000 100100

Color Harmonies of #804C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C37

Black with #804C37

Text Example


Text Example

White with #804C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,76,55); }

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

background-color css

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

 a { background-color: rgb(128,76,55); }

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

border-color css

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

 span { border-color: rgb(128,76,55); }

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