#855127

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

Shades of Korma #855127

Tints of Korma #855127

Color information

#855127 (or 0x855127) is unknown color: approx Korma. HEX triplet: 85, 51 and 27. RGB value is (133,81,39). Sum of RGB (Red+Green+Blue) = 133+81+39=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855127 is #7AAED8. Grayscale: #5B5B5B. Windows color (decimal): -8040153 or 2576773. OLE color: 2576773.

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

Color convert

RGB1338139-
CMYK00.390.710.48
HSL26.81º54.65%33.73%-
HSV(B)26.81º70.68%52.16%-
XYZ12.9811.023.36-
YUV91.7698.23157.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=52.57%
G=32.02%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133813900.390.710.4826.8154.6533.73
Hex85512702747301b3722
Octal2051214704710760336742
Binary1000010110100011001110100111100011111000011011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855127; }

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

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

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

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

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

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

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

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