Html Css Color HEX #857946 Go Ben

📋 copy color: '#857946'

red 133 ◦ green 121 ◦ blue 70

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

Shades of Go Ben #857946

Tints of Go Ben #857946

RGB

 RED value IS 133 (52.34% from 255) = 41.05%

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

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 41.05%
G = 37.35%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#857946 (or 0x857946) is known color: Go Ben. HEX triplet: 85, 79 and 46. RGB value is (133,121,70). Sum of RGB (Red+Green+Blue) = 133+121+70=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #857946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857946 is #7A86B9. Grayscale: #767676. Windows color (decimal): -8029882 or 4618629. OLE color: 4618629.

HSL color Cylindrical-coordinate representation of color #857946: hue angle of 48.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857946 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 70 -
CMYK 0 0.09 0.47 0.48
HSL 48.57º 0.31% 0.4% -
HSV(B) 48.57º 0.47% 0.52% -
XYZ 17.62 19.1 8.55 -
YUV 118.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 133 121 70 0 0.09 0.47 0.48 48.57 0.31 0.4
Hex 85 79 46 0 9 2F 30 31 1F 28
Octal 205 171 106 0 11 57 60 61 37 50
Binary 10000101 1111001 1000110 0 1001 101111 110000 110001 11111 101000

Color Harmonies of #857946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857946

Black with #857946

Text Example


Text Example

White with #857946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857946; }

 p { color: rgb(133,121,70); }

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

background-color css

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

 a { background-color: rgb(133,121,70); }

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

border-color css

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

 span { border-color: rgb(133,121,70); }

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