Html Css Color HEX #827949 Go Ben

📋 copy color: '#827949'

red 130 ◦ green 121 ◦ blue 73

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

Shades of Go Ben #827949

Tints of Go Ben #827949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 40.12%
G = 37.35%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#827949 (or 0x827949) is known color: Go Ben. HEX triplet: 82, 79 and 49. RGB value is (130,121,73). Sum of RGB (Red+Green+Blue) = 130+121+73=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #827949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827949 is #7D86B6. Grayscale: #767676. Windows color (decimal): -8226487 or 4815234. OLE color: 4815234.

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

Color convert

RGB 130 121 73 -
CMYK 0 0.07 0.44 0.49
HSL 50.53º 0.28% 0.4% -
HSV(B) 50.53º 0.44% 0.51% -
XYZ 17.25 18.9 9.04 -
YUV 118.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 130 121 73 0 0.07 0.44 0.49 50.53 0.28 0.4
Hex 82 79 49 0 7 2C 31 33 1C 28
Octal 202 171 111 0 7 54 61 63 34 50
Binary 10000010 1111001 1001001 0 111 101100 110001 110011 11100 101000

Color Harmonies of #827949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827949

Black with #827949

Text Example


Text Example

White with #827949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827949; }

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

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

background-color css

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

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

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

border-color css

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

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

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