#855027

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

Shades of Korma #855027

Tints of Korma #855027

Color information

#855027 (or 0x855027) is unknown color: approx Korma. HEX triplet: 85, 50 and 27. RGB value is (133,80,39). Sum of RGB (Red+Green+Blue) = 133+80+39=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855027 is #7AAFD8. Grayscale: #5B5B5B. Windows color (decimal): -8040409 or 2576517. OLE color: 2576517.

HSL color Cylindrical-coordinate representation of color #855027: hue angle of 26.17º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #855027 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1338039-
CMYK00.400.710.48
HSL26.17º54.65%33.73%-
HSV(B)26.17º70.68%52.16%-
XYZ12.9110.873.34-
YUV91.1798.56157.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=52.78%
G=31.75%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133803900.400.710.4826.1754.6533.73
Hex85502702847301a3722
Octal2051204705010760326742
Binary1000010110100001001110101000100011111000011010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855027; }

 p { color: rgb(133,80,39); }

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

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

 a { background-color: rgb(133,80,39); }

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

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

 span { border-color: rgb(133,80,39); }

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