#83542D

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

Shades of Korma #83542D

Tints of Korma #83542D

Color information

#83542D (or 0x83542D) is unknown color: approx Korma. HEX triplet: 83, 54 and 2D. RGB value is (131,84,45). Sum of RGB (Red+Green+Blue) = 131+84+45=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83542D is #7CABD2. Grayscale: #5D5D5D. Windows color (decimal): -8170451 or 2970755. OLE color: 2970755.

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

Color convert

RGB1318445-
CMYK00.360.660.49
HSL27.21º48.86%34.51%-
HSV(B)27.21º65.65%51.37%-
XYZ1311.363.99-
YUV93.61100.57154.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=50.38%
G=32.31%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131844500.360.660.4927.2148.8634.51
Hex83542D02442311b3123
Octal2031245504410261336143
Binary1000001110101001011010100100100001011000111011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,84,45); }

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

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

 a { background-color: rgb(131,84,45); }

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

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

 span { border-color: rgb(131,84,45); }

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