Html Css Color HEX #827847 Go Ben

📋 copy color: '#827847'

red 130 ◦ green 120 ◦ blue 71

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

Shades of Go Ben #827847

Tints of Go Ben #827847

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

 BLUE value IS 71 (28.13% from 255) = 22.12%

R = 40.5%
G = 37.38%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#827847 (or 0x827847) is known color: Go Ben. HEX triplet: 82, 78 and 47. RGB value is (130,120,71). Sum of RGB (Red+Green+Blue) = 130+120+71=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #827847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827847 is #7D87B8. Grayscale: #757575. Windows color (decimal): -8226745 or 4683906. OLE color: 4683906.

HSL color Cylindrical-coordinate representation of color #827847: hue angle of 49.83º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827847 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 71 -
CMYK 0 0.08 0.45 0.49
HSL 49.83º 0.29% 0.39% -
HSV(B) 49.83º 0.45% 0.51% -
XYZ 17.06 18.63 8.66 -
YUV 117.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 130 120 71 0 0.08 0.45 0.49 49.83 0.29 0.39
Hex 82 78 47 0 8 2D 31 32 1D 27
Octal 202 170 107 0 10 55 61 62 35 47
Binary 10000010 1111000 1000111 0 1000 101101 110001 110010 11101 100111

Color Harmonies of #827847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827847

Black with #827847

Text Example


Text Example

White with #827847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827847; }

 p { color: rgb(130,120,71); }

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

background-color css

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

 a { background-color: rgb(130,120,71); }

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

border-color css

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

 span { border-color: rgb(130,120,71); }

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