#83502A

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

Shades of Korma #83502A

Tints of Korma #83502A

Color information

#83502A (or 0x83502A) is unknown color: approx Korma. HEX triplet: 83, 50 and 2A. RGB value is (131,80,42). Sum of RGB (Red+Green+Blue) = 131+80+42=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #83502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83502A is #7CAFD5. Grayscale: #5B5B5B. Windows color (decimal): -8171478 or 2773123. OLE color: 2773123.

HSL color Cylindrical-coordinate representation of color #83502A: hue angle of 25.62º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83502A is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1318042-
CMYK00.390.680.49
HSL25.62º51.45%33.92%-
HSV(B)25.62º67.94%51.37%-
XYZ12.6510.733.59-
YUV90.92100.4156.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.78%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=51.78%
G=31.62%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131804200.390.680.4925.6251.4533.92
Hex83502A02744311a3322
Octal2031205204710461326342
Binary1000001110100001010100100111100010011000111010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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