#83562E

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

Shades of Korma #83562E

Tints of Korma #83562E

Color information

#83562E (or 0x83562E) is unknown color: approx Korma. HEX triplet: 83, 56 and 2E. RGB value is (131,86,46). Sum of RGB (Red+Green+Blue) = 131+86+46=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83562E is #7CA9D1. Grayscale: #5F5F5F. Windows color (decimal): -8169938 or 3036803. OLE color: 3036803.

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

Color convert

RGB1318646-
CMYK00.340.650.49
HSL28.24º48.02%34.71%-
HSV(B)28.24º64.89%51.37%-
XYZ13.1811.684.14-
YUV94.9100.41153.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=49.81%
G=32.70%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131864600.340.650.4928.2448.0234.71
Hex83562E02241311c3023
Octal2031265604210161346043
Binary1000001110101101011100100010100000111000111100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83562E; }

 p { color: rgb(131,86,46); }

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

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

 a { background-color: rgb(131,86,46); }

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

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

 span { border-color: rgb(131,86,46); }

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