#855134

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

Shades of Cigar #855134

Tints of Cigar #855134

Color information

#855134 (or 0x855134) is unknown color: approx Cigar. HEX triplet: 85, 51 and 34. RGB value is (133,81,52). Sum of RGB (Red+Green+Blue) = 133+81+52=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #855134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855134 is #7AAECB. Grayscale: #5D5D5D. Windows color (decimal): -8040140 or 3428741. OLE color: 3428741.

HSL color Cylindrical-coordinate representation of color #855134: hue angle of 21.48º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855134 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1338152-
CMYK00.390.610.48
HSL21.48º43.78%36.27%-
HSV(B)21.48º60.9%52.16%-
XYZ13.2411.124.7-
YUV93.24104.73156.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=50%
G=30.45%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133815200.390.610.4821.4843.7836.27
Hex8551340273D30152c24
Octal205121640477560255444
Binary100001011010001110100010011111110111000010101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855134; }

 p { color: rgb(133,81,52); }

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

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

 a { background-color: rgb(133,81,52); }

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

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

 span { border-color: rgb(133,81,52); }

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