#85753D

Color #85753D Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #85753D

Tints of Go Ben #85753D

Color information

#85753D (or 0x85753D) is unknown color: approx Go Ben. HEX triplet: 85, 75 and 3D. RGB value is (133,117,61). Sum of RGB (Red+Green+Blue) = 133+117+61=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85753D is #7A8AC2. Grayscale: #737373. Windows color (decimal): -8030915 or 4027781. OLE color: 4027781.

HSL color Cylindrical-coordinate representation of color #85753D: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85753D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB13311761-
CMYK00.120.540.48
HSL46.67º37.11%38.04%-
HSV(B)46.67º54.14%52.16%-
XYZ16.8818.057.01-
YUV115.497.3140.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=42.77%
G=37.62%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331176100.120.540.4846.6737.1138.04
Hex85753D0C36302f2526
Octal205165750146660574546
Binary10000101111010111110101100110110110000101111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85753D; }

 p { color: rgb(133,117,61); }

 H1.HeaderClassName
 {
   color: #85753D;
 }
 .AnyTagClassName
 {
   color: #85753D;
 }
</style>
background-color css

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

 a { background-color: rgb(133,117,61); }

 div.DivClassName
 {
   background-color: #85753D;
 }
 .BgClassName
 {
   background-color: #85753D;
 }
</style>
border-color css

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

 span { border-color: rgb(133,117,61); }

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