Html Css Color HEX #827742 Go Ben

📋 copy color: '#827742'

red 130 ◦ green 119 ◦ blue 66

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

Shades of Go Ben #827742

Tints of Go Ben #827742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 41.27%
G = 37.78%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#827742 (or 0x827742) is known color: Go Ben. HEX triplet: 82, 77 and 42. RGB value is (130,119,66). Sum of RGB (Red+Green+Blue) = 130+119+66=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827742 is #7D88BD. Grayscale: #747474. Windows color (decimal): -8227006 or 4355970. OLE color: 4355970.

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

Color convert

RGB 130 119 66 -
CMYK 0 0.08 0.49 0.49
HSL 49.69º 0.33% 0.38% -
HSV(B) 49.69º 0.49% 0.51% -
XYZ 16.79 18.33 7.81 -
YUV 116.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 130 119 66 0 0.08 0.49 0.49 49.69 0.33 0.38
Hex 82 77 42 0 8 31 31 32 21 26
Octal 202 167 102 0 10 61 61 62 41 46
Binary 10000010 1110111 1000010 0 1000 110001 110001 110010 100001 100110

Color Harmonies of #827742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827742

Black with #827742

Text Example


Text Example

White with #827742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827742; }

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

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

background-color css

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

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

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

border-color css

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

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

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