#854E2C

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

Shades of Korma #854E2C

Tints of Korma #854E2C

Color information

#854E2C (or 0x854E2C) is unknown color: approx Korma. HEX triplet: 85, 4E and 2C. RGB value is (133,78,44). Sum of RGB (Red+Green+Blue) = 133+78+44=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E2C is #7AB1D3. Grayscale: #5A5A5A. Windows color (decimal): -8040916 or 2903685. OLE color: 2903685.

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

Color convert

RGB1337844-
CMYK00.410.670.48
HSL22.92º50.28%34.71%-
HSV(B)22.92º66.92%52.16%-
XYZ12.8510.623.75-
YUV90.57101.72158.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=52.16%
G=30.59%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133784400.410.670.4822.9250.2834.71
Hex854E2C0294330173223
Octal2051165405110360276243
Binary1000010110011101011000101001100001111000010111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,78,44); }

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

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

 a { background-color: rgb(133,78,44); }

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

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

 span { border-color: rgb(133,78,44); }

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