#824729

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

Shades of Korma #824729

Tints of Korma #824729

Color information

#824729 (or 0x824729) is unknown color: approx Korma. HEX triplet: 82, 47 and 29. RGB value is (130,71,41). Sum of RGB (Red+Green+Blue) = 130+71+41=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #824729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824729 is #7DB8D6. Grayscale: #555555. Windows color (decimal): -8239319 or 2705282. OLE color: 2705282.

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

Color convert

RGB1307141-
CMYK00.450.680.49
HSL20.22º52.05%33.53%-
HSV(B)20.22º68.46%50.98%-
XYZ11.869.413.29-
YUV85.22103.05159.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 41 (16.41% from 255) = 16.94%
R=53.72%
G=29.34%
B=16.94%

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
Decimal130714100.450.680.4920.2252.0533.53
Hex82472902D4431143422
Octal2021075105510461246442
Binary1000001010001111010010101101100010011000110100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824729; }

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

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

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

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

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

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

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

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