#855237

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

Shades of Cigar #855237

Tints of Cigar #855237

Color information

#855237 (or 0x855237) is unknown color: approx Cigar. HEX triplet: 85, 52 and 37. RGB value is (133,82,55). Sum of RGB (Red+Green+Blue) = 133+82+55=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855237 is #7AADC8. Grayscale: #5E5E5E. Windows color (decimal): -8039881 or 3625605. OLE color: 3625605.

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

Color convert

RGB1338255-
CMYK00.380.590.48
HSL20.77º41.49%36.86%-
HSV(B)20.77º58.65%52.16%-
XYZ13.3811.35.09-
YUV94.17105.9155.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=49.26%
G=30.37%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133825500.380.590.4820.7741.4936.86
Hex8552370263B30152925
Octal205122670467360255145
Binary100001011010010110111010011011101111000010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855237; }

 p { color: rgb(133,82,55); }

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

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

 a { background-color: rgb(133,82,55); }

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

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

 span { border-color: rgb(133,82,55); }

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