Html Css Color HEX #827747 Go Ben

📋 copy color: '#827747'

red 130 ◦ green 119 ◦ blue 71

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

Shades of Go Ben #827747

Tints of Go Ben #827747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

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

R = 40.63%
G = 37.19%
B = 22.19%

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

#827747 (or 0x827747) is known color: Go Ben. HEX triplet: 82, 77 and 47. RGB value is (130,119,71). Sum of RGB (Red+Green+Blue) = 130+119+71=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #827747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827747 is #7D88B8. Grayscale: #757575. Windows color (decimal): -8227001 or 4683650. OLE color: 4683650.

HSL color Cylindrical-coordinate representation of color #827747: hue angle of 48.81º 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 #827747 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 71 -
CMYK 0 0.08 0.45 0.49
HSL 48.81º 0.29% 0.39% -
HSV(B) 48.81º 0.45% 0.51% -
XYZ 16.94 18.39 8.62 -
YUV 116.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 130 119 71 0 0.08 0.45 0.49 48.81 0.29 0.39
Hex 82 77 47 0 8 2D 31 31 1D 27
Octal 202 167 107 0 10 55 61 61 35 47
Binary 10000010 1110111 1000111 0 1000 101101 110001 110001 11101 100111

Color Harmonies of #827747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827747

Black with #827747

Text Example


Text Example

White with #827747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827747; }

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

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

background-color css

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

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

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

border-color css

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

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

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