#804C25

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

Shades of Korma #804C25

Tints of Korma #804C25

Color information

#804C25 (or 0x804C25) is unknown color: approx Korma. HEX triplet: 80, 4C and 25. RGB value is (128,76,37). Sum of RGB (Red+Green+Blue) = 128+76+37=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #804C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C25 is #7FB3DA. Grayscale: #575757. Windows color (decimal): -8369115 or 2444416. OLE color: 2444416.

HSL color Cylindrical-coordinate representation of color #804C25: hue angle of 25.71º 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 #804C25 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB1287637-
CMYK00.410.710.50
HSL25.71º55.15%32.35%-
HSV(B)25.71º71.09%50.2%-
XYZ11.829.893.04-
YUV87.199.73157.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=53.11%
G=31.54%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128763700.410.710.5025.7155.1532.35
Hex804C2502947321a3720
Octal2001144505110762326740
Binary1000000010011001001010101001100011111001011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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