Html Css Color HEX #807442 Go Ben

📋 copy color: '#807442'

red 128 ◦ green 116 ◦ blue 66

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

Shades of Go Ben #807442

Tints of Go Ben #807442

RGB

 RED value IS 128 (50.39% from 255) = 41.29%

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 41.29%
G = 37.42%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#807442 (or 0x807442) is known color: Go Ben. HEX triplet: 80, 74 and 42. RGB value is (128,116,66). Sum of RGB (Red+Green+Blue) = 128+116+66=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #807442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807442 is #7F8BBD. Grayscale: #727272. Windows color (decimal): -8358846 or 4355200. OLE color: 4355200.

HSL color Cylindrical-coordinate representation of color #807442: hue angle of 48.39º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807442 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 66 -
CMYK 0 0.09 0.48 0.50
HSL 48.39º 0.32% 0.38% -
HSV(B) 48.39º 0.48% 0.5% -
XYZ 16.13 17.47 7.68 -
YUV 113.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 128 116 66 0 0.09 0.48 0.50 48.39 0.32 0.38
Hex 80 74 42 0 9 30 32 30 20 26
Octal 200 164 102 0 11 60 62 60 40 46
Binary 10000000 1110100 1000010 0 1001 110000 110010 110000 100000 100110

Color Harmonies of #807442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807442

Black with #807442

Text Example


Text Example

White with #807442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807442; }

 p { color: rgb(128,116,66); }

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

background-color css

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

 a { background-color: rgb(128,116,66); }

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

border-color css

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

 span { border-color: rgb(128,116,66); }

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