Html Css Color HEX #827449 Go Ben

📋 copy color: '#827449'

red 130 ◦ green 116 ◦ blue 73

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

Shades of Go Ben #827449

Tints of Go Ben #827449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 40.75%
G = 36.36%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#827449 (or 0x827449) is known color: Go Ben. HEX triplet: 82, 74 and 49. RGB value is (130,116,73). Sum of RGB (Red+Green+Blue) = 130+116+73=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #827449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827449 is #7D8BB6. Grayscale: #737373. Windows color (decimal): -8227767 or 4813954. OLE color: 4813954.

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

Color convert

RGB 130 116 73 -
CMYK 0 0.11 0.44 0.49
HSL 45.26º 0.28% 0.4% -
HSV(B) 45.26º 0.44% 0.51% -
XYZ 16.65 17.72 8.85 -
YUV 115.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 130 116 73 0 0.11 0.44 0.49 45.26 0.28 0.4
Hex 82 74 49 0 B 2C 31 2D 1C 28
Octal 202 164 111 0 13 54 61 55 34 50
Binary 10000010 1110100 1001001 0 1011 101100 110001 101101 11100 101000

Color Harmonies of #827449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827449

Black with #827449

Text Example


Text Example

White with #827449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827449; }

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

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

background-color css

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

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

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

border-color css

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

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

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