#855336

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

Shades of Cigar #855336

Tints of Cigar #855336

Color information

#855336 (or 0x855336) is unknown color: approx Cigar. HEX triplet: 85, 53 and 36. RGB value is (133,83,54). Sum of RGB (Red+Green+Blue) = 133+83+54=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855336 is #7AACC9. Grayscale: #5E5E5E. Windows color (decimal): -8039626 or 3560325. OLE color: 3560325.

HSL color Cylindrical-coordinate representation of color #855336: hue angle of 22.03º degrees, saturation: 0.42, 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 #855336 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1338354-
CMYK00.380.590.48
HSL22.03º42.25%36.67%-
HSV(B)22.03º59.4%52.16%-
XYZ13.4311.444.99-
YUV94.64105.06155.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 54 (21.48% from 255) = 20%
R=49.26%
G=30.74%
B=20%

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
Decimal133835400.380.590.4822.0342.2536.67
Hex8553360263B30162a25
Octal205123660467360265245
Binary100001011010011110110010011011101111000010110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855336; }

 p { color: rgb(133,83,54); }

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

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

 a { background-color: rgb(133,83,54); }

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

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

 span { border-color: rgb(133,83,54); }

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