#825228

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

Shades of Korma #825228

Tints of Korma #825228

Color information

#825228 (or 0x825228) is unknown color: approx Korma. HEX triplet: 82, 52 and 28. RGB value is (130,82,40). Sum of RGB (Red+Green+Blue) = 130+82+40=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #825228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825228 is #7DADD7. Grayscale: #5B5B5B. Windows color (decimal): -8236504 or 2642562. OLE color: 2642562.

HSL color Cylindrical-coordinate representation of color #825228: hue angle of 28º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #825228 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1308240-
CMYK00.370.690.49
HSL28º52.94%33.33%-
HSV(B)28º69.23%50.98%-
XYZ12.6110.933.45-
YUV91.5698.9155.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=51.59%
G=32.54%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130824000.370.690.492852.9433.33
Hex82522802545311c3521
Octal2021225004510561346541
Binary1000001010100101010000100101100010111000111100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825228; }

 p { color: rgb(130,82,40); }

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

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

 a { background-color: rgb(130,82,40); }

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

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

 span { border-color: rgb(130,82,40); }

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