#85733E

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

Shades of Go Ben #85733E

Tints of Go Ben #85733E

Color information

#85733E (or 0x85733E) is unknown color: approx Go Ben. HEX triplet: 85, 73 and 3E. RGB value is (133,115,62). Sum of RGB (Red+Green+Blue) = 133+115+62=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85733E is #7A8CC1. Grayscale: #727272. Windows color (decimal): -8031426 or 4092805. OLE color: 4092805.

HSL color Cylindrical-coordinate representation of color #85733E: hue angle of 44.79º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85733E is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13311562-
CMYK00.140.530.48
HSL44.79º36.41%38.24%-
HSV(B)44.79º53.38%52.16%-
XYZ16.6717.67.07-
YUV114.3498.46141.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 62 (24.61% from 255) = 20%
R=42.90%
G=37.10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331156200.140.530.4844.7936.4138.24
Hex85733E0E35302d2426
Octal205163760166560554446
Binary10000101111001111111001110110101110000101101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85733E; }

 p { color: rgb(133,115,62); }

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

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

 a { background-color: rgb(133,115,62); }

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

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

 span { border-color: rgb(133,115,62); }

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