#825121

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

Shades of Korma #825121

Tints of Korma #825121

Color information

#825121 (or 0x825121) is unknown color: approx Korma. HEX triplet: 82, 51 and 21. RGB value is (130,81,33). Sum of RGB (Red+Green+Blue) = 130+81+33=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #825121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825121 is #7DAEDE. Grayscale: #5A5A5A. Windows color (decimal): -8236767 or 2183554. OLE color: 2183554.

HSL color Cylindrical-coordinate representation of color #825121: hue angle of 29.69º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #825121 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1308133-
CMYK00.380.750.49
HSL29.69º59.51%31.96%-
HSV(B)29.69º74.62%50.98%-
XYZ12.4210.742.86-
YUV90.1895.73156.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=53.28%
G=33.20%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130813300.380.750.4929.6959.5131.96
Hex8251210264B311e3c20
Octal2021214104611361367440
Binary1000001010100011000010100110100101111000111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825121; }

 p { color: rgb(130,81,33); }

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

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

 a { background-color: rgb(130,81,33); }

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

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

 span { border-color: rgb(130,81,33); }

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