#824629

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

Shades of Korma #824629

Tints of Korma #824629

Color information

#824629 (or 0x824629) is unknown color: approx Korma. HEX triplet: 82, 46 and 29. RGB value is (130,70,41). Sum of RGB (Red+Green+Blue) = 130+70+41=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #824629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824629 is #7DB9D6. Grayscale: #545454. Windows color (decimal): -8239575 or 2705026. OLE color: 2705026.

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

Color convert

RGB1307041-
CMYK00.460.680.49
HSL19.55º52.05%33.53%-
HSV(B)19.55º68.46%50.98%-
XYZ11.89.293.27-
YUV84.63103.38160.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=53.94%
G=29.05%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130704100.460.680.4919.5552.0533.53
Hex82462902E4431143422
Octal2021065105610461246442
Binary1000001010001101010010101110100010011000110100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824629; }

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

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

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

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

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

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

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

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