#824829

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

Shades of Korma #824829

Tints of Korma #824829

Color information

#824829 (or 0x824829) is unknown color: approx Korma. HEX triplet: 82, 48 and 29. RGB value is (130,72,41). Sum of RGB (Red+Green+Blue) = 130+72+41=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #824829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824829 is #7DB7D6. Grayscale: #555555. Windows color (decimal): -8239063 or 2705538. OLE color: 2705538.

HSL color Cylindrical-coordinate representation of color #824829: hue angle of 20.9º 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 #824829 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1307241-
CMYK00.450.680.49
HSL20.9º52.05%33.53%-
HSV(B)20.9º68.46%50.98%-
XYZ11.929.543.31-
YUV85.81102.72159.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=53.50%
G=29.63%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130724100.450.680.4920.952.0533.53
Hex82482902D4431153422
Octal2021105105510461256442
Binary1000001010010001010010101101100010011000110101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824829; }

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

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

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

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

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

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

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

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