#824926

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

Shades of Korma #824926

Tints of Korma #824926

Color information

#824926 (or 0x824926) is unknown color: approx Korma. HEX triplet: 82, 49 and 26. RGB value is (130,73,38). Sum of RGB (Red+Green+Blue) = 130+73+38=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #824926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824926 is #7DB6D9. Grayscale: #565656. Windows color (decimal): -8238810 or 2509186. OLE color: 2509186.

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

Color convert

RGB1307338-
CMYK00.440.710.49
HSL22.83º54.76%32.94%-
HSV(B)22.83º70.77%50.98%-
XYZ11.949.653.07-
YUV86.05100.88159.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=53.94%
G=30.29%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130733800.440.710.4922.8354.7632.94
Hex82492602C4731173721
Octal2021114605410761276741
Binary1000001010010011001100101100100011111000110111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824926; }

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

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

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

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

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

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

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

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