#824626

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

Shades of Korma #824626

Tints of Korma #824626

Color information

#824626 (or 0x824626) is unknown color: approx Korma. HEX triplet: 82, 46 and 26. RGB value is (130,70,38). Sum of RGB (Red+Green+Blue) = 130+70+38=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #824626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824626 is #7DB9D9. Grayscale: #545454. Windows color (decimal): -8239578 or 2508418. OLE color: 2508418.

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

Color convert

RGB1307038-
CMYK00.460.710.49
HSL20.87º54.76%32.94%-
HSV(B)20.87º70.77%50.98%-
XYZ11.759.273-
YUV84.29101.88160.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=54.62%
G=29.41%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130703800.460.710.4920.8754.7632.94
Hex82462602E4731153721
Octal2021064605610761256741
Binary1000001010001101001100101110100011111000110101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824626; }

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

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

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

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

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

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

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

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