#86482B

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

Shades of Korma #86482B

Tints of Korma #86482B

Color information

#86482B (or 0x86482B) is unknown color: approx Korma. HEX triplet: 86, 48 and 2B. RGB value is (134,72,43). Sum of RGB (Red+Green+Blue) = 134+72+43=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86482B is #79B7D4. Grayscale: #575757. Windows color (decimal): -7976917 or 2836614. OLE color: 2836614.

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

Color convert

RGB1347243-
CMYK00.460.680.47
HSL19.12º51.41%34.71%-
HSV(B)19.12º67.91%52.55%-
XYZ12.589.883.53-
YUV87.23103.04161.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 43 (17.19% from 255) = 17.27%
R=53.82%
G=28.92%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134724300.460.680.4719.1251.4134.71
Hex86482B02E442F133323
Octal2061105305610457236343
Binary1000011010010001010110101110100010010111110011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,72,43); }

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

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

 a { background-color: rgb(134,72,43); }

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

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

 span { border-color: rgb(134,72,43); }

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