#844E31

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

Shades of Korma #844E31

Tints of Korma #844E31

Color information

#844E31 (or 0x844E31) is unknown color: approx Korma. HEX triplet: 84, 4E and 31. RGB value is (132,78,49). Sum of RGB (Red+Green+Blue) = 132+78+49=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #844E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E31 is #7BB1CE. Grayscale: #5B5B5B. Windows color (decimal): -8106447 or 3231364. OLE color: 3231364.

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

Color convert

RGB1327849-
CMYK00.410.630.48
HSL20.96º45.86%35.49%-
HSV(B)20.96º62.88%51.76%-
XYZ12.7910.584.27-
YUV90.84104.39157.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=50.97%
G=30.12%
B=18.92%

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
Decimal132784900.410.630.4820.9645.8635.49
Hex844E310293F30152e23
Octal204116610517760255643
Binary100001001001110110001010100111111111000010101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E31; }

 p { color: rgb(132,78,49); }

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

<style>
 a { background-color: #844E31; }

 a { background-color: rgb(132,78,49); }

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

<style>
 span { border-color: #844E31; }

 span { border-color: rgb(132,78,49); }

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