Html Css Color HEX #827749 Go Ben

📋 copy color: '#827749'

red 130 ◦ green 119 ◦ blue 73

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

Shades of Go Ben #827749

Tints of Go Ben #827749

RGB

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

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

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

R = 40.37%
G = 36.96%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#827749 (or 0x827749) is known color: Go Ben. HEX triplet: 82, 77 and 49. RGB value is (130,119,73). Sum of RGB (Red+Green+Blue) = 130+119+73=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #827749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827749 is #7D88B6. Grayscale: #757575. Windows color (decimal): -8226999 or 4814722. OLE color: 4814722.

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

Color convert

RGB 130 119 73 -
CMYK 0 0.08 0.44 0.49
HSL 48.42º 0.28% 0.4% -
HSV(B) 48.42º 0.44% 0.51% -
XYZ 17.01 18.42 8.96 -
YUV 117.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 130 119 73 0 0.08 0.44 0.49 48.42 0.28 0.4
Hex 82 77 49 0 8 2C 31 30 1C 28
Octal 202 167 111 0 10 54 61 60 34 50
Binary 10000010 1110111 1001001 0 1000 101100 110001 110000 11100 101000

Color Harmonies of #827749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827749

Black with #827749

Text Example


Text Example

White with #827749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827749; }

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

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

background-color css

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

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

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

border-color css

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

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

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