#824725

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

Shades of Korma #824725

Tints of Korma #824725

Color information

#824725 (or 0x824725) is unknown color: approx Korma. HEX triplet: 82, 47 and 25. RGB value is (130,71,37). Sum of RGB (Red+Green+Blue) = 130+71+37=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #824725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824725 is #7DB8DA. Grayscale: #545454. Windows color (decimal): -8239323 or 2443138. OLE color: 2443138.

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

Color convert

RGB1307137-
CMYK00.450.720.49
HSL21.94º55.69%32.75%-
HSV(B)21.94º71.54%50.98%-
XYZ11.799.392.94-
YUV84.76101.05160.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=54.62%
G=29.83%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130713700.450.720.4921.9455.6932.75
Hex82472502D4831163821
Octal2021074505511061267041
Binary1000001010001111001010101101100100011000110110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824725; }

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

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

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

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

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

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

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

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