#844F28

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

Shades of Korma #844F28

Tints of Korma #844F28

Color information

#844F28 (or 0x844F28) is unknown color: approx Korma. HEX triplet: 84, 4F and 28. RGB value is (132,79,40). Sum of RGB (Red+Green+Blue) = 132+79+40=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #844F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F28 is #7BB0D7. Grayscale: #5A5A5A. Windows color (decimal): -8106200 or 2641796. OLE color: 2641796.

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

Color convert

RGB1327940-
CMYK00.400.700.48
HSL25.43º53.49%33.73%-
HSV(B)25.43º69.7%51.76%-
XYZ12.6910.653.39-
YUV90.499.56157.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=52.59%
G=31.47%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132794000.400.700.4825.4353.4933.73
Hex844F280284630193522
Octal2041175005010660316542
Binary1000010010011111010000101000100011011000011001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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