#824D2E

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

Shades of Korma #824D2E

Tints of Korma #824D2E

Color information

#824D2E (or 0x824D2E) is unknown color: approx Korma. HEX triplet: 82, 4D and 2E. RGB value is (130,77,46). Sum of RGB (Red+Green+Blue) = 130+77+46=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #824D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D2E is #7DB2D1. Grayscale: #595959. Windows color (decimal): -8237778 or 3034498. OLE color: 3034498.

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

Color convert

RGB1307746-
CMYK00.410.650.49
HSL22.14º47.73%34.51%-
HSV(B)22.14º64.62%50.98%-
XYZ12.3510.253.91-
YUV89.31103.56157.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=51.38%
G=30.43%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130774600.410.650.4922.1447.7334.51
Hex824D2E0294131163023
Octal2021155605110161266043
Binary1000001010011011011100101001100000111000110110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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