#804825

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

Shades of Korma #804825

Tints of Korma #804825

Color information

#804825 (or 0x804825) is unknown color: approx Korma. HEX triplet: 80, 48 and 25. RGB value is (128,72,37). Sum of RGB (Red+Green+Blue) = 128+72+37=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #804825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804825 is #7FB7DA. Grayscale: #545454. Windows color (decimal): -8370139 or 2443392. OLE color: 2443392.

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

Color convert

RGB1287237-
CMYK00.440.710.50
HSL23.08º55.15%32.35%-
HSV(B)23.08º71.09%50.2%-
XYZ11.559.362.95-
YUV84.75101.05158.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.01%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=54.01%
G=30.38%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128723700.440.710.5023.0855.1532.35
Hex80482502C4732173720
Octal2001104505410762276740
Binary1000000010010001001010101100100011111001010111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804825; }

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

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

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

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

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

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

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

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