Html Css Color HEX #827941 Go Ben

📋 copy color: '#827941'

red 130 ◦ green 121 ◦ blue 65

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

Shades of Go Ben #827941

Tints of Go Ben #827941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

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

R = 41.14%
G = 38.29%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#827941 (or 0x827941) is known color: Go Ben. HEX triplet: 82, 79 and 41. RGB value is (130,121,65). Sum of RGB (Red+Green+Blue) = 130+121+65=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827941 is #7D86BE. Grayscale: #757575. Windows color (decimal): -8226495 or 4290946. OLE color: 4290946.

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

Color convert

RGB 130 121 65 -
CMYK 0 0.07 0.50 0.49
HSL 51.69º 0.33% 0.38% -
HSV(B) 51.69º 0.5% 0.51% -
XYZ 17 18.8 7.73 -
YUV 117.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 130 121 65 0 0.07 0.50 0.49 51.69 0.33 0.38
Hex 82 79 41 0 7 32 31 34 21 26
Octal 202 171 101 0 7 62 61 64 41 46
Binary 10000010 1111001 1000001 0 111 110010 110001 110100 100001 100110

Color Harmonies of #827941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827941

Black with #827941

Text Example


Text Example

White with #827941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827941; }

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

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

background-color css

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

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

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

border-color css

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

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

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