#855439

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

Shades of Cigar #855439

Tints of Cigar #855439

Color information

#855439 (or 0x855439) is unknown color: approx Cigar. HEX triplet: 85, 54 and 39. RGB value is (133,84,57). Sum of RGB (Red+Green+Blue) = 133+84+57=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855439 is #7AABC6. Grayscale: #5F5F5F. Windows color (decimal): -8039367 or 3757189. OLE color: 3757189.

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

Color convert

RGB1338457-
CMYK00.370.570.48
HSL21.32º40%37.25%-
HSV(B)21.32º57.14%52.16%-
XYZ13.5811.625.4-
YUV95.57106.23154.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=48.54%
G=30.66%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133845700.370.570.4821.324037.25
Hex8554390253930152825
Octal205124710457160255045
Binary100001011010100111001010010111100111000010101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855439; }

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

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

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

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

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

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

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

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