#854F27

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

Shades of Korma #854F27

Tints of Korma #854F27

Color information

#854F27 (or 0x854F27) is unknown color: approx Korma. HEX triplet: 85, 4F and 27. RGB value is (133,79,39). Sum of RGB (Red+Green+Blue) = 133+79+39=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #854F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F27 is #7AB0D8. Grayscale: #5A5A5A. Windows color (decimal): -8040665 or 2576261. OLE color: 2576261.

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

Color convert

RGB1337939-
CMYK00.410.710.48
HSL25.53º54.65%33.73%-
HSV(B)25.53º70.68%52.16%-
XYZ12.8410.723.31-
YUV90.5998.89158.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=52.99%
G=31.47%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133793900.410.710.4825.5354.6533.73
Hex854F2702947301a3722
Octal2051174705110760326742
Binary1000010110011111001110101001100011111000011010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854F27; }

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

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

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

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

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

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

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

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