Html Css Color HEX #804B35 Cigar

📋 copy color: '#804B35'

red 128 ◦ green 75 ◦ blue 53

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

Shades of Cigar #804B35

Tints of Cigar #804B35

RGB

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

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

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

R = 50%
G = 29.3%
B = 20.7%

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

#804B35 (or 0x804B35) is known color: Cigar. HEX triplet: 80, 4B and 35. RGB value is (128,75,53). Sum of RGB (Red+Green+Blue) = 128+75+53=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #804B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B35 is #7FB4CA. Grayscale: #585858. Windows color (decimal): -8369355 or 3492736. OLE color: 3492736.

HSL color Cylindrical-coordinate representation of color #804B35: hue angle of 17.6º 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 #804B35 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 75 53 -
CMYK 0 0.41 0.59 0.50
HSL 17.6º 0.41% 0.35% -
HSV(B) 17.6º 0.59% 0.5% -
XYZ 12.06 9.88 4.64 -
YUV 88.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 128 75 53 0 0.41 0.59 0.50 17.6 0.41 0.35
Hex 80 4B 35 0 29 3B 32 12 29 23
Octal 200 113 65 0 51 73 62 22 51 43
Binary 10000000 1001011 110101 0 101001 111011 110010 10010 101001 100011

Color Harmonies of #804B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B35

Black with #804B35

Text Example


Text Example

White with #804B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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