Html Css Color HEX #827940 Go Ben

📋 copy color: '#827940'

red 130 ◦ green 121 ◦ blue 64

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

Shades of Go Ben #827940

Tints of Go Ben #827940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 41.27%
G = 38.41%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#827940 (or 0x827940) is known color: Go Ben. HEX triplet: 82, 79 and 40. RGB value is (130,121,64). Sum of RGB (Red+Green+Blue) = 130+121+64=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827940 is #7D86BF. Grayscale: #757575. Windows color (decimal): -8226496 or 4225410. OLE color: 4225410.

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

Color convert

RGB 130 121 64 -
CMYK 0 0.07 0.51 0.49
HSL 51.82º 0.34% 0.38% -
HSV(B) 51.82º 0.51% 0.51% -
XYZ 16.97 18.79 7.58 -
YUV 117.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 130 121 64 0 0.07 0.51 0.49 51.82 0.34 0.38
Hex 82 79 40 0 7 33 31 34 22 26
Octal 202 171 100 0 7 63 61 64 42 46
Binary 10000010 1111001 1000000 0 111 110011 110001 110100 100010 100110

Color Harmonies of #827940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827940

Black with #827940

Text Example


Text Example

White with #827940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827940; }

 p { color: rgb(130,121,64); }

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

background-color css

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

 a { background-color: rgb(130,121,64); }

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

border-color css

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

 span { border-color: rgb(130,121,64); }

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