Html Css Color HEX #827641 Go Ben

📋 copy color: '#827641'

red 130 ◦ green 118 ◦ blue 65

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

Shades of Go Ben #827641

Tints of Go Ben #827641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 41.53%
G = 37.7%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#827641 (or 0x827641) is known color: Go Ben. HEX triplet: 82, 76 and 41. RGB value is (130,118,65). Sum of RGB (Red+Green+Blue) = 130+118+65=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #827641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827641 is #7D89BE. Grayscale: #737373. Windows color (decimal): -8227263 or 4290178. OLE color: 4290178.

HSL color Cylindrical-coordinate representation of color #827641: hue angle of 48.92º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827641 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 65 -
CMYK 0 0.09 0.50 0.49
HSL 48.92º 0.33% 0.38% -
HSV(B) 48.92º 0.5% 0.51% -
XYZ 16.64 18.08 7.61 -
YUV 115.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 130 118 65 0 0.09 0.50 0.49 48.92 0.33 0.38
Hex 82 76 41 0 9 32 31 31 21 26
Octal 202 166 101 0 11 62 61 61 41 46
Binary 10000010 1110110 1000001 0 1001 110010 110001 110001 100001 100110

Color Harmonies of #827641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827641

Black with #827641

Text Example


Text Example

White with #827641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827641; }

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

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

background-color css

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

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

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

border-color css

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

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

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