Html Css Color HEX #827646 Go Ben

📋 copy color: '#827646'

red 130 ◦ green 118 ◦ blue 70

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

Shades of Go Ben #827646

Tints of Go Ben #827646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

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

R = 40.88%
G = 37.11%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#827646 (or 0x827646) is known color: Go Ben. HEX triplet: 82, 76 and 46. RGB value is (130,118,70). Sum of RGB (Red+Green+Blue) = 130+118+70=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #827646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827646 is #7D89B9. Grayscale: #747474. Windows color (decimal): -8227258 or 4617858. OLE color: 4617858.

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

Color convert

RGB 130 118 70 -
CMYK 0 0.09 0.46 0.49
HSL 48º 0.3% 0.39% -
HSV(B) 48º 0.46% 0.51% -
XYZ 16.79 18.14 8.41 -
YUV 116.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 130 118 70 0 0.09 0.46 0.49 48 0.3 0.39
Hex 82 76 46 0 9 2E 31 30 1E 27
Octal 202 166 106 0 11 56 61 60 36 47
Binary 10000010 1110110 1000110 0 1001 101110 110001 110000 11110 100111

Color Harmonies of #827646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827646

Black with #827646

Text Example


Text Example

White with #827646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827646; }

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

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

background-color css

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

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

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

border-color css

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

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

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