#85572E

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

Shades of Korma #85572E

Tints of Korma #85572E

Color information

#85572E (or 0x85572E) is unknown color: approx Korma. HEX triplet: 85, 57 and 2E. RGB value is (133,87,46). Sum of RGB (Red+Green+Blue) = 133+87+46=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85572E is #7AA8D1. Grayscale: #606060. Windows color (decimal): -8038610 or 3037061. OLE color: 3037061.

HSL color Cylindrical-coordinate representation of color #85572E: hue angle of 28.28º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85572E is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1338746-
CMYK00.350.650.48
HSL28.28º48.6%35.1%-
HSV(B)28.28º65.41%52.16%-
XYZ13.57124.19-
YUV96.0899.74154.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=50%
G=32.71%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133874600.350.650.4828.2848.635.1
Hex85572E02341301c3123
Octal2051275604310160346143
Binary1000010110101111011100100011100000111000011100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85572E; }

 p { color: rgb(133,87,46); }

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

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

 a { background-color: rgb(133,87,46); }

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

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

 span { border-color: rgb(133,87,46); }

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