Html Css Color HEX #827A41 Go Ben

📋 copy color: '#827A41'

red 130 ◦ green 122 ◦ blue 65

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

Shades of Go Ben #827A41

Tints of Go Ben #827A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.49%

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

R = 41.01%
G = 38.49%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#827A41 (or 0x827A41) is known color: Go Ben. HEX triplet: 82, 7A and 41. RGB value is (130,122,65). Sum of RGB (Red+Green+Blue) = 130+122+65=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A41 is #7D85BE. Grayscale: #767676. Windows color (decimal): -8226239 or 4291202. OLE color: 4291202.

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

Color convert

RGB 130 122 65 -
CMYK 0 0.06 0.50 0.49
HSL 52.62º 0.33% 0.38% -
HSV(B) 52.62º 0.5% 0.51% -
XYZ 17.12 19.05 7.78 -
YUV 117.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 130 122 65 0 0.06 0.50 0.49 52.62 0.33 0.38
Hex 82 7A 41 0 6 32 31 35 21 26
Octal 202 172 101 0 6 62 61 65 41 46
Binary 10000010 1111010 1000001 0 110 110010 110001 110101 100001 100110

Color Harmonies of #827A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A41

Black with #827A41

Text Example


Text Example

White with #827A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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