Html Css Color HEX #837142 Go Ben

📋 copy color: '#837142'

red 131 ◦ green 113 ◦ blue 66

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

Shades of Go Ben #837142

Tints of Go Ben #837142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 42.26%
G = 36.45%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#837142 (or 0x837142) is known color: Go Ben. HEX triplet: 83, 71 and 42. RGB value is (131,113,66). Sum of RGB (Red+Green+Blue) = 131+113+66=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #837142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837142 is #7C8EBD. Grayscale: #717171. Windows color (decimal): -8163006 or 4354435. OLE color: 4354435.

HSL color Cylindrical-coordinate representation of color #837142: hue angle of 43.38º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837142 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 113 66 -
CMYK 0 0.14 0.50 0.49
HSL 43.38º 0.33% 0.39% -
HSV(B) 43.38º 0.5% 0.51% -
XYZ 16.25 17.03 7.58 -
YUV 113.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 131 113 66 0 0.14 0.50 0.49 43.38 0.33 0.39
Hex 83 71 42 0 E 32 31 2B 21 27
Octal 203 161 102 0 16 62 61 53 41 47
Binary 10000011 1110001 1000010 0 1110 110010 110001 101011 100001 100111

Color Harmonies of #837142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837142

Black with #837142

Text Example


Text Example

White with #837142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837142; }

 p { color: rgb(131,113,66); }

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

background-color css

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

 a { background-color: rgb(131,113,66); }

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

border-color css

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

 span { border-color: rgb(131,113,66); }

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