#854E2E

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

Shades of Korma #854E2E

Tints of Korma #854E2E

Color information

#854E2E (or 0x854E2E) is unknown color: approx Korma. HEX triplet: 85, 4E and 2E. RGB value is (133,78,46). Sum of RGB (Red+Green+Blue) = 133+78+46=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E2E is #7AB1D1. Grayscale: #5A5A5A. Windows color (decimal): -8040914 or 3034757. OLE color: 3034757.

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

Color convert

RGB1337846-
CMYK00.410.650.48
HSL22.07º48.6%35.1%-
HSV(B)22.07º65.41%52.16%-
XYZ12.8910.633.96-
YUV90.8102.72158.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=51.75%
G=30.35%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133784600.410.650.4822.0748.635.1
Hex854E2E0294130163123
Octal2051165605110160266143
Binary1000010110011101011100101001100000111000010110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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