#804B35

Color #804B35 Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #804B35

Tints of Cigar #804B35

Color information

#804B35 (or 0x804B35) is unknown color: approx 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

RGB1287553-
CMYK00.410.590.50
HSL17.6º41.44%35.49%-
HSV(B)17.6º58.59%50.2%-
XYZ12.069.884.64-
YUV88.34108.06156.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=50%
G=29.30%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128755300.410.590.5017.641.4435.49
Hex804B350293B32122923
Octal200113650517362225143
Binary100000001001011110101010100111101111001010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>