#825531

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

Shades of Korma #825531

Tints of Korma #825531

Color information

#825531 (or 0x825531) is unknown color: approx Korma. HEX triplet: 82, 55 and 31. RGB value is (130,85,49). Sum of RGB (Red+Green+Blue) = 130+85+49=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #825531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825531 is #7DAACE. Grayscale: #5E5E5E. Windows color (decimal): -8235727 or 3233154. OLE color: 3233154.

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

Color convert

RGB1308549-
CMYK00.350.620.49
HSL26.67º45.25%35.1%-
HSV(B)26.67º62.31%50.98%-
XYZ13.0111.464.43-
YUV94.35102.41153.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=49.24%
G=32.20%
B=18.56%

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
Decimal130854900.350.620.4926.6745.2535.1
Hex8255310233E311b2d23
Octal202125610437661335543
Binary100000101010101110001010001111111011000111011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825531; }

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

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

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

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

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

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

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

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