#824628

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

Shades of Korma #824628

Tints of Korma #824628

Color information

#824628 (or 0x824628) is unknown color: approx Korma. HEX triplet: 82, 46 and 28. RGB value is (130,70,40). Sum of RGB (Red+Green+Blue) = 130+70+40=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #824628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824628 is #7DB9D7. Grayscale: #545454. Windows color (decimal): -8239576 or 2639490. OLE color: 2639490.

HSL color Cylindrical-coordinate representation of color #824628: hue angle of 20º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824628 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1307040-
CMYK00.460.690.49
HSL20º52.94%33.33%-
HSV(B)20º69.23%50.98%-
XYZ11.789.283.18-
YUV84.52102.88160.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=54.17%
G=29.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130704000.460.690.492052.9433.33
Hex82462802E4531143521
Octal2021065005610561246541
Binary1000001010001101010000101110100010111000110100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824628; }

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

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

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

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

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

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

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

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