Html Css Color HEX #80713B Go Ben

📋 copy color: '#80713B'

red 128 ◦ green 113 ◦ blue 59

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

Shades of Go Ben #80713B

Tints of Go Ben #80713B

RGB

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

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

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

R = 42.67%
G = 37.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80713B (or 0x80713B) is known color: Go Ben. HEX triplet: 80, 71 and 3B. RGB value is (128,113,59). Sum of RGB (Red+Green+Blue) = 128+113+59=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80713B is #7F8EC4. Grayscale: #6F6F6F. Windows color (decimal): -8359621 or 3895680. OLE color: 3895680.

HSL color Cylindrical-coordinate representation of color #80713B: hue angle of 46.96º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80713B is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 59 -
CMYK 0 0.12 0.54 0.50
HSL 46.96º 0.37% 0.37% -
HSV(B) 46.96º 0.54% 0.5% -
XYZ 15.6 16.72 6.54 -
YUV 111.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 128 113 59 0 0.12 0.54 0.50 46.96 0.37 0.37
Hex 80 71 3B 0 C 36 32 2F 25 25
Octal 200 161 73 0 14 66 62 57 45 45
Binary 10000000 1110001 111011 0 1100 110110 110010 101111 100101 100101

Color Harmonies of #80713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80713B

Black with #80713B

Text Example


Text Example

White with #80713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,113,59); }

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

background-color css

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

 a { background-color: rgb(128,113,59); }

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

border-color css

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

 span { border-color: rgb(128,113,59); }

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