#824D29

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

Shades of Korma #824D29

Tints of Korma #824D29

Color information

#824D29 (or 0x824D29) is unknown color: approx Korma. HEX triplet: 82, 4D and 29. RGB value is (130,77,41). Sum of RGB (Red+Green+Blue) = 130+77+41=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D29 is #7DB2D6. Grayscale: #585858. Windows color (decimal): -8237783 or 2706818. OLE color: 2706818.

HSL color Cylindrical-coordinate representation of color #824D29: hue angle of 24.27º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824D29 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1307741-
CMYK00.410.680.49
HSL24.27º52.05%33.53%-
HSV(B)24.27º68.46%50.98%-
XYZ12.2610.213.42-
YUV88.74101.06157.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=52.42%
G=31.05%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130774100.410.680.4924.2752.0533.53
Hex824D290294431183422
Octal2021155105110461306442
Binary1000001010011011010010101001100010011000111000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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