#824728

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

Shades of Korma #824728

Tints of Korma #824728

Color information

#824728 (or 0x824728) is unknown color: approx Korma. HEX triplet: 82, 47 and 28. RGB value is (130,71,40). Sum of RGB (Red+Green+Blue) = 130+71+40=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #824728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824728 is #7DB8D7. Grayscale: #555555. Windows color (decimal): -8239320 or 2639746. OLE color: 2639746.

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

Color convert

RGB1307140-
CMYK00.450.690.49
HSL20.67º52.94%33.33%-
HSV(B)20.67º69.23%50.98%-
XYZ11.849.413.2-
YUV85.11102.55160.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=53.94%
G=29.46%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130714000.450.690.4920.6752.9433.33
Hex82472802D4531153521
Octal2021075005510561256541
Binary1000001010001111010000101101100010111000110101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824728; }

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

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

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

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

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

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

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

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