Html Css Color HEX #827746 Go Ben

📋 copy color: '#827746'

red 130 ◦ green 119 ◦ blue 70

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

Shades of Go Ben #827746

Tints of Go Ben #827746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 40.75%
G = 37.3%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#827746 (or 0x827746) is known color: Go Ben. HEX triplet: 82, 77 and 46. RGB value is (130,119,70). Sum of RGB (Red+Green+Blue) = 130+119+70=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #827746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827746 is #7D88B9. Grayscale: #747474. Windows color (decimal): -8227002 or 4618114. OLE color: 4618114.

HSL color Cylindrical-coordinate representation of color #827746: hue angle of 49º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #827746 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 70 -
CMYK 0 0.08 0.46 0.49
HSL 49º 0.3% 0.39% -
HSV(B) 49º 0.46% 0.51% -
XYZ 16.91 18.38 8.45 -
YUV 116.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 130 119 70 0 0.08 0.46 0.49 49 0.3 0.39
Hex 82 77 46 0 8 2E 31 31 1E 27
Octal 202 167 106 0 10 56 61 61 36 47
Binary 10000010 1110111 1000110 0 1000 101110 110001 110001 11110 100111

Color Harmonies of #827746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827746

Black with #827746

Text Example


Text Example

White with #827746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827746; }

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

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

background-color css

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

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

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

border-color css

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

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

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