#825732

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

Shades of Korma #825732

Tints of Korma #825732

Color information

#825732 (or 0x825732) is unknown color: approx Korma. HEX triplet: 82, 57 and 32. RGB value is (130,87,50). Sum of RGB (Red+Green+Blue) = 130+87+50=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #825732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825732 is #7DA8CD. Grayscale: #5F5F5F. Windows color (decimal): -8235214 or 3299202. OLE color: 3299202.

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

Color convert

RGB1308750-
CMYK00.330.620.49
HSL27.75º44.44%35.29%-
HSV(B)27.75º61.54%50.98%-
XYZ13.1911.794.6-
YUV95.64102.25152.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=48.69%
G=32.58%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130875000.330.620.4927.7544.4435.29
Hex8257320213E311c2c23
Octal202127620417661345443
Binary100000101010111110010010000111111011000111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825732; }

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

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

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

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

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

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

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

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