#825432

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

Shades of Korma #825432

Tints of Korma #825432

Color information

#825432 (or 0x825432) is unknown color: approx Korma. HEX triplet: 82, 54 and 32. RGB value is (130,84,50). Sum of RGB (Red+Green+Blue) = 130+84+50=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #825432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825432 is #7DABCD. Grayscale: #5E5E5E. Windows color (decimal): -8235982 or 3298434. OLE color: 3298434.

HSL color Cylindrical-coordinate representation of color #825432: hue angle of 25.5º degrees, saturation: 0.44, 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 #825432 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1308450-
CMYK00.350.620.49
HSL25.5º44.44%35.29%-
HSV(B)25.5º61.54%50.98%-
XYZ12.9511.324.52-
YUV93.88103.24153.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=49.24%
G=31.82%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130845000.350.620.4925.544.4435.29
Hex8254320233E311a2c23
Octal202124620437661325443
Binary100000101010100110010010001111111011000111010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825432; }

 p { color: rgb(130,84,50); }

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

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

 a { background-color: rgb(130,84,50); }

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

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

 span { border-color: rgb(130,84,50); }

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