#82512D

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

Shades of Korma #82512D

Tints of Korma #82512D

Color information

#82512D (or 0x82512D) is unknown color: approx Korma. HEX triplet: 82, 51 and 2D. RGB value is (130,81,45). Sum of RGB (Red+Green+Blue) = 130+81+45=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82512D is #7DAED2. Grayscale: #5B5B5B. Windows color (decimal): -8236755 or 2969986. OLE color: 2969986.

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

Color convert

RGB1308145-
CMYK00.380.650.49
HSL25.41º48.57%34.31%-
HSV(B)25.41º65.38%50.98%-
XYZ12.6210.823.91-
YUV91.55101.73155.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=50.78%
G=31.64%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130814500.380.650.4925.4148.5734.31
Hex82512D0264131193122
Octal2021215504610161316142
Binary1000001010100011011010100110100000111000111001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82512D; }

 p { color: rgb(130,81,45); }

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

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

 a { background-color: rgb(130,81,45); }

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

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

 span { border-color: rgb(130,81,45); }

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