#804D25

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

Shades of Korma #804D25

Tints of Korma #804D25

Color information

#804D25 (or 0x804D25) is unknown color: approx Korma. HEX triplet: 80, 4D and 25. RGB value is (128,77,37). Sum of RGB (Red+Green+Blue) = 128+77+37=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #804D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D25 is #7FB2DA. Grayscale: #575757. Windows color (decimal): -8368859 or 2444672. OLE color: 2444672.

HSL color Cylindrical-coordinate representation of color #804D25: hue angle of 26.37º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #804D25 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB1287737-
CMYK00.400.710.50
HSL26.37º55.15%32.35%-
HSV(B)26.37º71.09%50.2%-
XYZ11.8910.033.06-
YUV87.6999.4156.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=52.89%
G=31.82%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128773700.400.710.5026.3755.1532.35
Hex804D2502847321a3720
Octal2001154505010762326740
Binary1000000010011011001010101000100011111001011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804D25; }

 p { color: rgb(128,77,37); }

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

<style>
 a { background-color: #804D25; }

 a { background-color: rgb(128,77,37); }

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

<style>
 span { border-color: #804D25; }

 span { border-color: rgb(128,77,37); }

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