#854D2F

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

Shades of Korma #854D2F

Tints of Korma #854D2F

Color information

#854D2F (or 0x854D2F) is unknown color: approx Korma. HEX triplet: 85, 4D and 2F. RGB value is (133,77,47). Sum of RGB (Red+Green+Blue) = 133+77+47=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D2F is #7AB2D0. Grayscale: #5A5A5A. Windows color (decimal): -8041169 or 3100037. OLE color: 3100037.

HSL color Cylindrical-coordinate representation of color #854D2F: hue angle of 20.93º degrees, saturation: 0.48, 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 #854D2F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1337747-
CMYK00.420.650.48
HSL20.93º47.78%35.29%-
HSV(B)20.93º64.66%52.16%-
XYZ12.8410.54.04-
YUV90.32103.55158.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=51.75%
G=29.96%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133774700.420.650.4820.9347.7835.29
Hex854D2F02A4130153023
Octal2051155705210160256043
Binary1000010110011011011110101010100000111000010101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,47); }

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

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

 a { background-color: rgb(133,77,47); }

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

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

 span { border-color: rgb(133,77,47); }

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