#83823C

Color #83823C Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #83823C

Tints of Highball #83823C

Color information

#83823C (or 0x83823C) is unknown color: approx Highball. HEX triplet: 83, 82 and 3C. RGB value is (131,130,60). Sum of RGB (Red+Green+Blue) = 131+130+60=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83823C is #7C7DC3. Grayscale: #7A7A7A. Windows color (decimal): -8158660 or 3965571. OLE color: 3965571.

HSL color Cylindrical-coordinate representation of color #83823C: hue angle of 59.15º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83823C is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB13113060-
CMYK00.010.540.49
HSL59.15º37.17%37.45%-
HSV(B)59.15º54.2%51.37%-
XYZ18.1621.127.39-
YUV122.3292.83134.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=40.81%
G=40.50%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311306000.010.540.4959.1537.1737.45
Hex83823C0136313b2525
Octal20320274016661734545
Binary100000111000001011110001110110110001111011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83823C; }

 p { color: rgb(131,130,60); }

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

<style>
 a { background-color: #83823C; }

 a { background-color: rgb(131,130,60); }

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

<style>
 span { border-color: #83823C; }

 span { border-color: rgb(131,130,60); }

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