Html Css Color HEX #82713B Go Ben

📋 copy color: '#82713B'

red 130 ◦ green 113 ◦ blue 59

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

Shades of Go Ben #82713B

Tints of Go Ben #82713B

RGB

 RED value IS 130 (51.17% from 255) = 43.05%

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

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

R = 43.05%
G = 37.42%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82713B (or 0x82713B) is known color: Go Ben. HEX triplet: 82, 71 and 3B. RGB value is (130,113,59). Sum of RGB (Red+Green+Blue) = 130+113+59=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82713B is #7D8EC4. Grayscale: #707070. Windows color (decimal): -8228549 or 3895682. OLE color: 3895682.

HSL color Cylindrical-coordinate representation of color #82713B: hue angle of 45.63º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82713B is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 59 -
CMYK 0 0.13 0.55 0.49
HSL 45.63º 0.38% 0.37% -
HSV(B) 45.63º 0.55% 0.51% -
XYZ 15.9 16.87 6.56 -
YUV 111.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 130 113 59 0 0.13 0.55 0.49 45.63 0.38 0.37
Hex 82 71 3B 0 D 37 31 2E 26 25
Octal 202 161 73 0 15 67 61 56 46 45
Binary 10000010 1110001 111011 0 1101 110111 110001 101110 100110 100101

Color Harmonies of #82713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82713B

Black with #82713B

Text Example


Text Example

White with #82713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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