#825231

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

Shades of Korma #825231

Tints of Korma #825231

Color information

#825231 (or 0x825231) is unknown color: approx Korma. HEX triplet: 82, 52 and 31. RGB value is (130,82,49). Sum of RGB (Red+Green+Blue) = 130+82+49=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #825231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825231 is #7DADCE. Grayscale: #5C5C5C. Windows color (decimal): -8236495 or 3232386. OLE color: 3232386.

HSL color Cylindrical-coordinate representation of color #825231: hue angle of 24.44º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825231 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1308249-
CMYK00.370.620.49
HSL24.44º45.25%35.1%-
HSV(B)24.44º62.31%50.98%-
XYZ12.78114.36-
YUV92.59103.4154.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=49.81%
G=31.42%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130824900.370.620.4924.4445.2535.1
Hex8252310253E31182d23
Octal202122610457661305543
Binary100000101010010110001010010111111011000111000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825231; }

 p { color: rgb(130,82,49); }

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

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

 a { background-color: rgb(130,82,49); }

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

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

 span { border-color: rgb(130,82,49); }

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