#824625

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

Shades of Korma #824625

Tints of Korma #824625

Color information

#824625 (or 0x824625) is unknown color: approx Korma. HEX triplet: 82, 46 and 25. RGB value is (130,70,37). Sum of RGB (Red+Green+Blue) = 130+70+37=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #824625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824625 is #7DB9DA. Grayscale: #545454. Windows color (decimal): -8239579 or 2442882. OLE color: 2442882.

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

Color convert

RGB1307037-
CMYK00.460.720.49
HSL21.29º55.69%32.75%-
HSV(B)21.29º71.54%50.98%-
XYZ11.739.262.92-
YUV84.18101.38160.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=54.85%
G=29.54%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130703700.460.720.4921.2955.6932.75
Hex82462502E4831153821
Octal2021064505611061257041
Binary1000001010001101001010101110100100011000110101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824625; }

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

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

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

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

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

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

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

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