#854E2D

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

Shades of Korma #854E2D

Tints of Korma #854E2D

Color information

#854E2D (or 0x854E2D) is unknown color: approx Korma. HEX triplet: 85, 4E and 2D. RGB value is (133,78,45). Sum of RGB (Red+Green+Blue) = 133+78+45=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E2D is #7AB1D2. Grayscale: #5A5A5A. Windows color (decimal): -8040915 or 2969221. OLE color: 2969221.

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

Color convert

RGB1337845-
CMYK00.410.660.48
HSL22.5º49.44%34.9%-
HSV(B)22.5º66.17%52.16%-
XYZ12.8710.623.86-
YUV90.68102.22158.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=51.95%
G=30.47%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133784500.410.660.4822.549.4434.9
Hex854E2D0294230163123
Octal2051165505110260266143
Binary1000010110011101011010101001100001011000010110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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