#824825

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

Shades of Korma #824825

Tints of Korma #824825

Color information

#824825 (or 0x824825) is unknown color: approx Korma. HEX triplet: 82, 48 and 25. RGB value is (130,72,37). Sum of RGB (Red+Green+Blue) = 130+72+37=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #824825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824825 is #7DB7DA. Grayscale: #555555. Windows color (decimal): -8239067 or 2443394. OLE color: 2443394.

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

Color convert

RGB1307237-
CMYK00.450.720.49
HSL22.58º55.69%32.75%-
HSV(B)22.58º71.54%50.98%-
XYZ11.869.512.96-
YUV85.35100.72159.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=54.39%
G=30.13%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130723700.450.720.4922.5855.6932.75
Hex82482502D4831173821
Octal2021104505511061277041
Binary1000001010010001001010101101100100011000110111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824825; }

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

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

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

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

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

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

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

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