#825331

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

Shades of Korma #825331

Tints of Korma #825331

Color information

#825331 (or 0x825331) is unknown color: approx Korma. HEX triplet: 82, 53 and 31. RGB value is (130,83,49). Sum of RGB (Red+Green+Blue) = 130+83+49=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #825331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825331 is #7DACCE. Grayscale: #5D5D5D. Windows color (decimal): -8236239 or 3232642. OLE color: 3232642.

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

Color convert

RGB1308349-
CMYK00.360.620.49
HSL25.19º45.25%35.1%-
HSV(B)25.19º62.31%50.98%-
XYZ12.8511.154.38-
YUV93.18103.07154.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=49.62%
G=31.68%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130834900.360.620.4925.1945.2535.1
Hex8253310243E31192d23
Octal202123610447661315543
Binary100000101010011110001010010011111011000111001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825331; }

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

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

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

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

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

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

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

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