#844E28

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

Shades of Korma #844E28

Tints of Korma #844E28

Color information

#844E28 (or 0x844E28) is unknown color: approx Korma. HEX triplet: 84, 4E and 28. RGB value is (132,78,40). Sum of RGB (Red+Green+Blue) = 132+78+40=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #844E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E28 is #7BB1D7. Grayscale: #5A5A5A. Windows color (decimal): -8106456 or 2641540. OLE color: 2641540.

HSL color Cylindrical-coordinate representation of color #844E28: hue angle of 24.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844E28 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1327840-
CMYK00.410.700.48
HSL24.78º53.49%33.73%-
HSV(B)24.78º69.7%51.76%-
XYZ12.6210.513.37-
YUV89.8199.89158.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 40 (16.02% from 255) = 16%
R=52.8%
G=31.2%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132784000.410.700.4824.7853.4933.73
Hex844E280294630193522
Octal2041165005110660316542
Binary1000010010011101010000101001100011011000011001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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