#855438

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

Shades of Cigar #855438

Tints of Cigar #855438

Color information

#855438 (or 0x855438) is unknown color: approx Cigar. HEX triplet: 85, 54 and 38. RGB value is (133,84,56). Sum of RGB (Red+Green+Blue) = 133+84+56=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855438 is #7AABC7. Grayscale: #5F5F5F. Windows color (decimal): -8039368 or 3691653. OLE color: 3691653.

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

Color convert

RGB1338456-
CMYK00.370.580.48
HSL21.82º40.74%37.06%-
HSV(B)21.82º57.89%52.16%-
XYZ13.5611.615.27-
YUV95.46105.73154.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=48.72%
G=30.77%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133845600.370.580.4821.8240.7437.06
Hex8554380253A30162925
Octal205124700457260265145
Binary100001011010100111000010010111101011000010110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855438; }

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

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

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

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

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

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

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

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