#855338

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

Shades of Cigar #855338

Tints of Cigar #855338

Color information

#855338 (or 0x855338) is unknown color: approx Cigar. HEX triplet: 85, 53 and 38. RGB value is (133,83,56). Sum of RGB (Red+Green+Blue) = 133+83+56=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855338 is #7AACC7. Grayscale: #5F5F5F. Windows color (decimal): -8039624 or 3691397. OLE color: 3691397.

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

Color convert

RGB1338356-
CMYK00.380.580.48
HSL21.04º40.74%37.06%-
HSV(B)21.04º57.89%52.16%-
XYZ13.4811.465.24-
YUV94.87106.06155.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=48.90%
G=30.51%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133835600.380.580.4821.0440.7437.06
Hex8553380263A30152925
Octal205123700467260255145
Binary100001011010011111000010011011101011000010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855338; }

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

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

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

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

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

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

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

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