#83502B

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

Shades of Korma #83502B

Tints of Korma #83502B

Color information

#83502B (or 0x83502B) is unknown color: approx Korma. HEX triplet: 83, 50 and 2B. RGB value is (131,80,43). Sum of RGB (Red+Green+Blue) = 131+80+43=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #83502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83502B is #7CAFD4. Grayscale: #5B5B5B. Windows color (decimal): -8171477 or 2838659. OLE color: 2838659.

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

Color convert

RGB1318043-
CMYK00.390.670.49
HSL25.23º50.57%34.12%-
HSV(B)25.23º67.18%51.37%-
XYZ12.6610.743.69-
YUV91.03100.9156.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=51.57%
G=31.50%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131804300.390.670.4925.2350.5734.12
Hex83502B0274331193322
Octal2031205304710361316342
Binary1000001110100001010110100111100001111000111001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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