#824924

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

Shades of Korma #824924

Tints of Korma #824924

Color information

#824924 (or 0x824924) is unknown color: approx Korma. HEX triplet: 82, 49 and 24. RGB value is (130,73,36). Sum of RGB (Red+Green+Blue) = 130+73+36=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #824924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824924 is #7DB6DB. Grayscale: #565656. Windows color (decimal): -8238812 or 2378114. OLE color: 2378114.

HSL color Cylindrical-coordinate representation of color #824924: hue angle of 23.62º degrees, saturation: 0.57, 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 #824924 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1307336-
CMYK00.440.720.49
HSL23.62º56.63%32.55%-
HSV(B)23.62º72.31%50.98%-
XYZ11.919.642.9-
YUV85.8299.88159.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=54.39%
G=30.54%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130733600.440.720.4923.6256.6332.55
Hex82492402C4831183921
Octal2021114405411061307141
Binary1000001010010011001000101100100100011000111000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824924; }

 p { color: rgb(130,73,36); }

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

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

 a { background-color: rgb(130,73,36); }

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

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

 span { border-color: rgb(130,73,36); }

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