#854F31

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

Shades of Korma #854F31

Tints of Korma #854F31

Color information

#854F31 (or 0x854F31) is unknown color: approx Korma. HEX triplet: 85, 4F and 31. RGB value is (133,79,49). Sum of RGB (Red+Green+Blue) = 133+79+49=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #854F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F31 is #7AB0CE. Grayscale: #5B5B5B. Windows color (decimal): -8040655 or 3231621. OLE color: 3231621.

HSL color Cylindrical-coordinate representation of color #854F31: hue angle of 21.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #854F31 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1337949-
CMYK00.410.630.48
HSL21.43º46.15%35.69%-
HSV(B)21.43º63.16%52.16%-
XYZ13.0210.84.3-
YUV91.73103.89157.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=50.96%
G=30.27%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133794900.410.630.4821.4346.1535.69
Hex854F310293F30152e24
Octal205117610517760255644
Binary100001011001111110001010100111111111000010101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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