#824B2A

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

Shades of Korma #824B2A

Tints of Korma #824B2A

Color information

#824B2A (or 0x824B2A) is unknown color: approx Korma. HEX triplet: 82, 4B and 2A. RGB value is (130,75,42). Sum of RGB (Red+Green+Blue) = 130+75+42=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #824B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B2A is #7DB4D5. Grayscale: #575757. Windows color (decimal): -8238294 or 2771842. OLE color: 2771842.

HSL color Cylindrical-coordinate representation of color #824B2A: hue angle of 22.5º degrees, saturation: 0.51, 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 #824B2A is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1307542-
CMYK00.420.680.49
HSL22.5º51.16%33.73%-
HSV(B)22.5º67.69%50.98%-
XYZ12.149.953.47-
YUV87.68102.22158.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=52.63%
G=30.36%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130754200.420.680.4922.551.1633.73
Hex824B2A02A4431163322
Octal2021135205210461266342
Binary1000001010010111010100101010100010011000110110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,75,42); }

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

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

 a { background-color: rgb(130,75,42); }

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

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

 span { border-color: rgb(130,75,42); }

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