#82502A

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

Shades of Korma #82502A

Tints of Korma #82502A

Color information

#82502A (or 0x82502A) is unknown color: approx Korma. HEX triplet: 82, 50 and 2A. RGB value is (130,80,42). Sum of RGB (Red+Green+Blue) = 130+80+42=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #82502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82502A is #7DAFD5. Grayscale: #5A5A5A. Windows color (decimal): -8237014 or 2773122. OLE color: 2773122.

HSL color Cylindrical-coordinate representation of color #82502A: hue angle of 25.91º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82502A is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1308042-
CMYK00.380.680.49
HSL25.91º51.16%33.73%-
HSV(B)25.91º67.69%50.98%-
XYZ12.4910.653.59-
YUV90.62100.56156.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=51.59%
G=31.75%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130804200.380.680.4925.9151.1633.73
Hex82502A02644311a3322
Octal2021205204610461326342
Binary1000001010100001010100100110100010011000111010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82502A; }

 p { color: rgb(130,80,42); }

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

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

 a { background-color: rgb(130,80,42); }

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

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

 span { border-color: rgb(130,80,42); }

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