#83823A

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

Shades of Highball #83823A

Tints of Highball #83823A

Color information

#83823A (or 0x83823A) is unknown color: approx Highball. HEX triplet: 83, 82 and 3A. RGB value is (131,130,58). Sum of RGB (Red+Green+Blue) = 131+130+58=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #83823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83823A is #7C7DC5. Grayscale: #7A7A7A. Windows color (decimal): -8158662 or 3834499. OLE color: 3834499.

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

Color convert

RGB13113058-
CMYK00.010.560.49
HSL59.18º38.62%37.06%-
HSV(B)59.18º55.73%51.37%-
XYZ18.1121.17.12-
YUV122.0991.83134.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=41.07%
G=40.75%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311305800.010.560.4959.1838.6237.06
Hex83823A0138313b2725
Octal20320272017061734745
Binary100000111000001011101001111000110001111011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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