#804625

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

Shades of Korma #804625

Tints of Korma #804625

Color information

#804625 (or 0x804625) is unknown color: approx Korma. HEX triplet: 80, 46 and 25. RGB value is (128,70,37). Sum of RGB (Red+Green+Blue) = 128+70+37=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #804625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804625 is #7FB9DA. Grayscale: #535353. Windows color (decimal): -8370651 or 2442880. OLE color: 2442880.

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

Color convert

RGB1287037-
CMYK00.450.710.50
HSL21.76º55.15%32.35%-
HSV(B)21.76º71.09%50.2%-
XYZ11.439.12.91-
YUV83.58101.72159.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 37 (14.84% from 255) = 15.74%
R=54.47%
G=29.79%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128703700.450.710.5021.7655.1532.35
Hex80462502D4732163720
Octal2001064505510762266740
Binary1000000010001101001010101101100011111001010110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804625; }

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

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

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

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

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

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

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

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