#825530

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

Shades of Korma #825530

Tints of Korma #825530

Color information

#825530 (or 0x825530) is unknown color: approx Korma. HEX triplet: 82, 55 and 30. RGB value is (130,85,48). Sum of RGB (Red+Green+Blue) = 130+85+48=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #825530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825530 is #7DAACF. Grayscale: #5E5E5E. Windows color (decimal): -8235728 or 3167618. OLE color: 3167618.

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

Color convert

RGB1308548-
CMYK00.350.630.49
HSL27.07º46.07%34.9%-
HSV(B)27.07º63.08%50.98%-
XYZ12.9911.464.32-
YUV94.24101.91153.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=49.43%
G=32.32%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130854800.350.630.4927.0746.0734.9
Hex8255300233F311b2e23
Octal202125600437761335643
Binary100000101010101110000010001111111111000111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825530; }

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

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

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

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

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

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

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

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