Html Css Color HEX #857842 Go Ben

📋 copy color: '#857842'

red 133 ◦ green 120 ◦ blue 66

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

Shades of Go Ben #857842

Tints of Go Ben #857842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.62%

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

R = 41.69%
G = 37.62%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#857842 (or 0x857842) is known color: Go Ben. HEX triplet: 85, 78 and 42. RGB value is (133,120,66). Sum of RGB (Red+Green+Blue) = 133+120+66=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #857842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857842 is #7A87BD. Grayscale: #757575. Windows color (decimal): -8030142 or 4356229. OLE color: 4356229.

HSL color Cylindrical-coordinate representation of color #857842: hue angle of 48.36º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857842 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 66 -
CMYK 0 0.10 0.50 0.48
HSL 48.36º 0.34% 0.39% -
HSV(B) 48.36º 0.5% 0.52% -
XYZ 17.37 18.81 7.87 -
YUV 117.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 133 120 66 0 0.10 0.50 0.48 48.36 0.34 0.39
Hex 85 78 42 0 A 32 30 30 22 27
Octal 205 170 102 0 12 62 60 60 42 47
Binary 10000101 1111000 1000010 0 1010 110010 110000 110000 100010 100111

Color Harmonies of #857842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857842

Black with #857842

Text Example


Text Example

White with #857842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857842; }

 p { color: rgb(133,120,66); }

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

background-color css

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

 a { background-color: rgb(133,120,66); }

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

border-color css

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

 span { border-color: rgb(133,120,66); }

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