Html Css Color HEX #804C35 Cigar

📋 copy color: '#804C35'

red 128 ◦ green 76 ◦ blue 53

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

Shades of Cigar #804C35

Tints of Cigar #804C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 49.81%
G = 29.57%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#804C35 (or 0x804C35) is known color: Cigar. HEX triplet: 80, 4C and 35. RGB value is (128,76,53). Sum of RGB (Red+Green+Blue) = 128+76+53=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #804C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C35 is #7FB3CA. Grayscale: #595959. Windows color (decimal): -8369099 or 3492992. OLE color: 3492992.

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

Color convert

RGB 128 76 53 -
CMYK 0 0.41 0.59 0.50
HSL 18.4º 0.41% 0.35% -
HSV(B) 18.4º 0.59% 0.5% -
XYZ 12.13 10.02 4.66 -
YUV 88.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 128 76 53 0 0.41 0.59 0.50 18.4 0.41 0.35
Hex 80 4C 35 0 29 3B 32 12 29 23
Octal 200 114 65 0 51 73 62 22 51 43
Binary 10000000 1001100 110101 0 101001 111011 110010 10010 101001 100011

Color Harmonies of #804C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C35

Black with #804C35

Text Example


Text Example

White with #804C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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