#824C26

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

Shades of Korma #824C26

Tints of Korma #824C26

Color information

#824C26 (or 0x824C26) is unknown color: approx Korma. HEX triplet: 82, 4C and 26. RGB value is (130,76,38). Sum of RGB (Red+Green+Blue) = 130+76+38=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #824C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C26 is #7DB3D9. Grayscale: #585858. Windows color (decimal): -8238042 or 2509954. OLE color: 2509954.

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

Color convert

RGB1307638-
CMYK00.420.710.49
HSL24.78º54.76%32.94%-
HSV(B)24.78º70.77%50.98%-
XYZ12.1410.053.13-
YUV87.8199.89158.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=53.28%
G=31.15%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130763800.420.710.4924.7854.7632.94
Hex824C2602A4731193721
Octal2021144605210761316741
Binary1000001010011001001100101010100011111000111001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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