#855535

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

Shades of Korma #855535

Tints of Korma #855535

Color information

#855535 (or 0x855535) is unknown color: approx Korma. HEX triplet: 85, 55 and 35. RGB value is (133,85,53). Sum of RGB (Red+Green+Blue) = 133+85+53=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855535 is #7AAACA. Grayscale: #5F5F5F. Windows color (decimal): -8039115 or 3495301. OLE color: 3495301.

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

Color convert

RGB1338553-
CMYK00.360.600.48
HSL24º43.01%36.47%-
HSV(B)24º60.15%52.16%-
XYZ13.5611.744.92-
YUV95.7103.9154.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=49.08%
G=31.37%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133855300.360.600.482443.0136.47
Hex8555350243C30182b24
Octal205125650447460305344
Binary100001011010101110101010010011110011000011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855535; }

 p { color: rgb(133,85,53); }

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

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

 a { background-color: rgb(133,85,53); }

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

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

 span { border-color: rgb(133,85,53); }

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