#85542E

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

Shades of Korma #85542E

Tints of Korma #85542E

Color information

#85542E (or 0x85542E) is unknown color: approx Korma. HEX triplet: 85, 54 and 2E. RGB value is (133,84,46). Sum of RGB (Red+Green+Blue) = 133+84+46=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85542E is #7AABD1. Grayscale: #5E5E5E. Windows color (decimal): -8039378 or 3036293. OLE color: 3036293.

HSL color Cylindrical-coordinate representation of color #85542E: hue angle of 26.21º 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 #85542E is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1338446-
CMYK00.370.650.48
HSL26.21º48.6%35.1%-
HSV(B)26.21º65.41%52.16%-
XYZ13.3411.524.11-
YUV94.32100.73155.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=50.57%
G=31.94%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133844600.370.650.4826.2148.635.1
Hex85542E02541301a3123
Octal2051245604510160326143
Binary1000010110101001011100100101100000111000011010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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