#83552B

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

Shades of Korma #83552B

Tints of Korma #83552B

Color information

#83552B (or 0x83552B) is unknown color: approx Korma. HEX triplet: 83, 55 and 2B. RGB value is (131,85,43). Sum of RGB (Red+Green+Blue) = 131+85+43=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83552B is #7CAAD4. Grayscale: #5E5E5E. Windows color (decimal): -8170197 or 2839939. OLE color: 2839939.

HSL color Cylindrical-coordinate representation of color #83552B: hue angle of 28.64º 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 #83552B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1318543-
CMYK00.350.670.49
HSL28.64º50.57%34.12%-
HSV(B)28.64º67.18%51.37%-
XYZ13.0411.53.82-
YUV93.9799.24154.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 43 (17.19% from 255) = 16.60%
R=50.58%
G=32.82%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131854300.350.670.4928.6450.5734.12
Hex83552B02343311d3322
Octal2031255304310361356342
Binary1000001110101011010110100011100001111000111101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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