#855435

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

Shades of Cigar #855435

Tints of Cigar #855435

Color information

#855435 (or 0x855435) is unknown color: approx Cigar. HEX triplet: 85, 54 and 35. RGB value is (133,84,53). Sum of RGB (Red+Green+Blue) = 133+84+53=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855435 is #7AABCA. Grayscale: #5F5F5F. Windows color (decimal): -8039371 or 3495045. OLE color: 3495045.

HSL color Cylindrical-coordinate representation of color #855435: hue angle of 23.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855435 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1338453-
CMYK00.370.600.48
HSL23.25º43.01%36.47%-
HSV(B)23.25º60.15%52.16%-
XYZ13.4911.584.89-
YUV95.12104.23155.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=49.26%
G=31.11%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133845300.370.600.4823.2543.0136.47
Hex8554350253C30172b24
Octal205124650457460275344
Binary100001011010100110101010010111110011000010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855435; }

 p { color: rgb(133,84,53); }

 H1.HeaderClassName
 {
   color: #855435;
 }
 .AnyTagClassName
 {
   color: #855435;
 }
</style>
background-color css

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

 a { background-color: rgb(133,84,53); }

 div.DivClassName
 {
   background-color: #855435;
 }
 .BgClassName
 {
   background-color: #855435;
 }
</style>
border-color css

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

 span { border-color: rgb(133,84,53); }

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