Html Css Color HEX #807441 Go Ben

📋 copy color: '#807441'

red 128 ◦ green 116 ◦ blue 65

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

Shades of Go Ben #807441

Tints of Go Ben #807441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 41.42%
G = 37.54%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#807441 (or 0x807441) is known color: Go Ben. HEX triplet: 80, 74 and 41. RGB value is (128,116,65). Sum of RGB (Red+Green+Blue) = 128+116+65=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #807441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807441 is #7F8BBE. Grayscale: #717171. Windows color (decimal): -8358847 or 4289664. OLE color: 4289664.

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

Color convert

RGB 128 116 65 -
CMYK 0 0.09 0.49 0.50
HSL 48.57º 0.33% 0.38% -
HSV(B) 48.57º 0.49% 0.5% -
XYZ 16.1 17.46 7.52 -
YUV 113.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 128 116 65 0 0.09 0.49 0.50 48.57 0.33 0.38
Hex 80 74 41 0 9 31 32 31 21 26
Octal 200 164 101 0 11 61 62 61 41 46
Binary 10000000 1110100 1000001 0 1001 110001 110010 110001 100001 100110

Color Harmonies of #807441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807441

Black with #807441

Text Example


Text Example

White with #807441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807441; }

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

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

background-color css

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

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

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

border-color css

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

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

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