#83512B

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

Shades of Korma #83512B

Tints of Korma #83512B

Color information

#83512B (or 0x83512B) is unknown color: approx Korma. HEX triplet: 83, 51 and 2B. RGB value is (131,81,43). Sum of RGB (Red+Green+Blue) = 131+81+43=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83512B is #7CAED4. Grayscale: #5B5B5B. Windows color (decimal): -8171221 or 2838915. OLE color: 2838915.

HSL color Cylindrical-coordinate representation of color #83512B: 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.67%. Process color model (Four color, CMYK) of #83512B is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1318143-
CMYK00.380.670.49
HSL25.91º50.57%34.12%-
HSV(B)25.91º67.18%51.37%-
XYZ12.7410.883.72-
YUV91.62100.56156.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=51.37%
G=31.76%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131814300.380.670.4925.9150.5734.12
Hex83512B02643311a3322
Octal2031215304610361326342
Binary1000001110100011010110100110100001111000111010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83512B; }

 p { color: rgb(131,81,43); }

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

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

 a { background-color: rgb(131,81,43); }

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

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

 span { border-color: rgb(131,81,43); }

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