Html Css Color HEX #83823B Highball

📋 copy color: '#83823B'

red 131 ◦ green 130 ◦ blue 59

#83823B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #83823B

Tints of Highball #83823B

RGB

 RED value IS 131 (51.56% from 255) = 40.94%

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 40.94%
G = 40.63%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83823B (or 0x83823B) is known color: Highball. HEX triplet: 83, 82 and 3B. RGB value is (131,130,59). Sum of RGB (Red+Green+Blue) = 131+130+59=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #83823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83823B is #7C7DC4. Grayscale: #7A7A7A. Windows color (decimal): -8158661 or 3900035. OLE color: 3900035.

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

Color convert

RGB 131 130 59 -
CMYK 0 0.01 0.55 0.49
HSL 59.17º 0.38% 0.37% -
HSV(B) 59.17º 0.55% 0.51% -
XYZ 18.13 21.11 7.26 -
YUV 122.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 131 130 59 0 0.01 0.55 0.49 59.17 0.38 0.37
Hex 83 82 3B 0 1 37 31 3B 26 25
Octal 203 202 73 0 1 67 61 73 46 45
Binary 10000011 10000010 111011 0 1 110111 110001 111011 100110 100101

Color Harmonies of #83823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83823B

Black with #83823B

Text Example


Text Example

White with #83823B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83823B;
 }
 .AnyTagClassName
 {
   color: #83823B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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