Html Css Color HEX #827741 Go Ben

📋 copy color: '#827741'

red 130 ◦ green 119 ◦ blue 65

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

Shades of Go Ben #827741

Tints of Go Ben #827741

RGB

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

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

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

R = 41.4%
G = 37.9%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#827741 (or 0x827741) is known color: Go Ben. HEX triplet: 82, 77 and 41. RGB value is (130,119,65). Sum of RGB (Red+Green+Blue) = 130+119+65=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827741 is #7D88BE. Grayscale: #747474. Windows color (decimal): -8227007 or 4290434. OLE color: 4290434.

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

Color convert

RGB 130 119 65 -
CMYK 0 0.08 0.50 0.49
HSL 49.85º 0.33% 0.38% -
HSV(B) 49.85º 0.5% 0.51% -
XYZ 16.76 18.32 7.65 -
YUV 116.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 130 119 65 0 0.08 0.50 0.49 49.85 0.33 0.38
Hex 82 77 41 0 8 32 31 32 21 26
Octal 202 167 101 0 10 62 61 62 41 46
Binary 10000010 1110111 1000001 0 1000 110010 110001 110010 100001 100110

Color Harmonies of #827741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827741

Black with #827741

Text Example


Text Example

White with #827741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827741; }

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

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

background-color css

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

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

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

border-color css

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

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

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