#844D28

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

Shades of Korma #844D28

Tints of Korma #844D28

Color information

#844D28 (or 0x844D28) is unknown color: approx Korma. HEX triplet: 84, 4D and 28. RGB value is (132,77,40). Sum of RGB (Red+Green+Blue) = 132+77+40=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #844D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D28 is #7BB2D7. Grayscale: #595959. Windows color (decimal): -8106712 or 2641284. OLE color: 2641284.

HSL color Cylindrical-coordinate representation of color #844D28: hue angle of 24.13º 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 #844D28 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1327740-
CMYK00.420.700.48
HSL24.13º53.49%33.73%-
HSV(B)24.13º69.7%51.76%-
XYZ12.5510.373.35-
YUV89.23100.22158.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=53.01%
G=30.92%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132774000.420.700.4824.1353.4933.73
Hex844D2802A4630183522
Octal2041155005210660306542
Binary1000010010011011010000101010100011011000011000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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