#824927

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

Shades of Korma #824927

Tints of Korma #824927

Color information

#824927 (or 0x824927) is unknown color: approx Korma. HEX triplet: 82, 49 and 27. RGB value is (130,73,39). Sum of RGB (Red+Green+Blue) = 130+73+39=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #824927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824927 is #7DB6D8. Grayscale: #565656. Windows color (decimal): -8238809 or 2574722. OLE color: 2574722.

HSL color Cylindrical-coordinate representation of color #824927: hue angle of 22.42º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824927 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1307339-
CMYK00.440.700.49
HSL22.42º53.85%33.14%-
HSV(B)22.42º70%50.98%-
XYZ11.959.663.15-
YUV86.17101.38159.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=53.72%
G=30.17%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130733900.440.700.4922.4253.8533.14
Hex82492702C4631163621
Octal2021114705410661266641
Binary1000001010010011001110101100100011011000110110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824927; }

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

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

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

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

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

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

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

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