Html Css Color HEX #83784A Go Ben

📋 copy color: '#83784A'

red 131 ◦ green 120 ◦ blue 74

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

Shades of Go Ben #83784A

Tints of Go Ben #83784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.92%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 40.31%
G = 36.92%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83784A (or 0x83784A) is known color: Go Ben. HEX triplet: 83, 78 and 4A. RGB value is (131,120,74). Sum of RGB (Red+Green+Blue) = 131+120+74=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83784A is #7C87B5. Grayscale: #767676. Windows color (decimal): -8161206 or 4880515. OLE color: 4880515.

HSL color Cylindrical-coordinate representation of color #83784A: hue angle of 48.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83784A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 120 74 -
CMYK 0 0.08 0.44 0.49
HSL 48.42º 0.28% 0.4% -
HSV(B) 48.42º 0.44% 0.51% -
XYZ 17.31 18.75 9.19 -
YUV 118.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 131 120 74 0 0.08 0.44 0.49 48.42 0.28 0.4
Hex 83 78 4A 0 8 2C 31 30 1C 28
Octal 203 170 112 0 10 54 61 60 34 50
Binary 10000011 1111000 1001010 0 1000 101100 110001 110000 11100 101000

Color Harmonies of #83784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83784A

Black with #83784A

Text Example


Text Example

White with #83784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,120,74); }

 H1.HeaderClassName
 {
   color: #83784A;
 }
 .AnyTagClassName
 {
   color: #83784A;
 }
</style>

background-color css

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

 a { background-color: rgb(131,120,74); }

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

border-color css

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

 span { border-color: rgb(131,120,74); }

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