#855427

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

Shades of Korma #855427

Tints of Korma #855427

Color information

#855427 (or 0x855427) is unknown color: approx Korma. HEX triplet: 85, 54 and 27. RGB value is (133,84,39). Sum of RGB (Red+Green+Blue) = 133+84+39=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #855427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855427 is #7AABD8. Grayscale: #5D5D5D. Windows color (decimal): -8039385 or 2577541. OLE color: 2577541.

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

Color convert

RGB1338439-
CMYK00.370.710.48
HSL28.72º54.65%33.73%-
HSV(B)28.72º70.68%52.16%-
XYZ13.2111.473.44-
YUV93.5297.23156.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=51.95%
G=32.81%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133843900.370.710.4828.7254.6533.73
Hex85542702547301d3722
Octal2051244704510760356742
Binary1000010110101001001110100101100011111000011101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855427; }

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

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

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

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

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

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

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

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