#824C2B

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

Shades of Korma #824C2B

Tints of Korma #824C2B

Color information

#824C2B (or 0x824C2B) is unknown color: approx Korma. HEX triplet: 82, 4C and 2B. RGB value is (130,76,43). Sum of RGB (Red+Green+Blue) = 130+76+43=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C2B is #7DB3D4. Grayscale: #585858. Windows color (decimal): -8238037 or 2837634. OLE color: 2837634.

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

Color convert

RGB1307643-
CMYK00.420.670.49
HSL22.76º50.29%33.92%-
HSV(B)22.76º66.92%50.98%-
XYZ12.2310.093.59-
YUV88.38102.39157.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 43 (17.19% from 255) = 17.27%
R=52.21%
G=30.52%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130764300.420.670.4922.7650.2933.92
Hex824C2B02A4331173222
Octal2021145305210361276242
Binary1000001010011001010110101010100001111000110111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,76,43); }

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

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

 a { background-color: rgb(130,76,43); }

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

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

 span { border-color: rgb(130,76,43); }

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