#824D28

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

Shades of Korma #824D28

Tints of Korma #824D28

Color information

#824D28 (or 0x824D28) is unknown color: approx Korma. HEX triplet: 82, 4D and 28. RGB value is (130,77,40). Sum of RGB (Red+Green+Blue) = 130+77+40=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #824D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D28 is #7DB2D7. Grayscale: #585858. Windows color (decimal): -8237784 or 2641282. OLE color: 2641282.

HSL color Cylindrical-coordinate representation of color #824D28: hue angle of 24.67º 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 #824D28 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1307740-
CMYK00.410.690.49
HSL24.67º52.94%33.33%-
HSV(B)24.67º69.23%50.98%-
XYZ12.2410.213.33-
YUV88.63100.56157.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=52.63%
G=31.17%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130774000.410.690.4924.6752.9433.33
Hex824D280294531193521
Octal2021155005110561316541
Binary1000001010011011010000101001100010111000111001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824D28; }

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

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

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

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

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

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

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

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